[Yanel-commits] rev 29451 - public/yanel/contributions/realms/foaf/data/xslt

michi at wyona.com michi at wyona.com
Sun Dec 2 13:22:38 CET 2007


Author: michi
Date: 2007-12-02 13:22:37 +0100 (Sun, 02 Dec 2007)
New Revision: 29451

Modified:
   public/yanel/contributions/realms/foaf/data/xslt/foaf2xhtml.xsl
Log:
title fixed

Modified: public/yanel/contributions/realms/foaf/data/xslt/foaf2xhtml.xsl
===================================================================
--- public/yanel/contributions/realms/foaf/data/xslt/foaf2xhtml.xsl	2007-12-02 12:19:46 UTC (rev 29450)
+++ public/yanel/contributions/realms/foaf/data/xslt/foaf2xhtml.xsl	2007-12-02 12:22:37 UTC (rev 29451)
@@ -52,7 +52,10 @@
 <xsl:apply-templates select="/wyona:foaf/rdf:RDF/foaf:Person/foaf:phone"/>
 
 
+<h3>People which <xsl:value-of select="/wyona:foaf/rdf:RDF/foaf:Person/foaf:name"/> knows about</h3>
+<!--
 <h3>Friends</h3>
+-->
 <ul>
 <xsl:apply-templates select="/wyona:foaf/rdf:RDF/foaf:Person/foaf:knows"/>
 </ul>



More information about the Yanel-commits mailing list