Update of /var/cvs/config/xslt
In directory james.mmbase.org:/tmp/cvs-serv27082

Modified Files:
        rss.xslt 
Added Files:
        docbook2block.xslt 
Log Message:
simple xslt which can be used to produce blocks with documentation


See also: http://cvs.mmbase.org/viewcvs/config/xslt


docbook2block.xslt is new



Index: rss.xslt
===================================================================
RCS file: /var/cvs/config/xslt/rss.xslt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- rss.xslt    20 Feb 2008 18:10:05 -0000      1.1
+++ rss.xslt    15 Oct 2008 14:32:09 -0000      1.2
@@ -2,20 +2,20 @@
     xmlns:xsl = "http://www.w3.org/1999/XSL/Transform"; version = "1.0" >
 
 
-<xsl:output method="xml"
+  <xsl:output method="xml"
     version="1.0"
     encoding="utf-8"
     omit-xml-declaration="yes"
     indent="yes"
     />
 
-<xsl:template match="rss">
+  <xsl:template match="rss">
   <ul>
   <xsl:for-each select="*/item">
     <li><a href="{link}"><xsl:value-of select="title" /></a></li>
   </xsl:for-each>
   </ul>
-</xsl:template>
+  </xsl:template>
 
 
 </xsl:stylesheet>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to