Update of /var/cvs/applications/share/xslt
In directory james.mmbase.org:/tmp/cvs-serv19312/applications/share/xslt

Modified Files:
        xml2html.xslt 
Log Message:
MMB-1695 taglib reference documentation generation


See also: http://cvs.mmbase.org/viewcvs/applications/share/xslt
See also: http://www.mmbase.org/jira/browse/MMB-1695


Index: xml2html.xslt
===================================================================
RCS file: /var/cvs/applications/share/xslt/xml2html.xslt,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- xml2html.xslt       15 Sep 2006 17:28:47 -0000      1.49
+++ xml2html.xslt       2 Oct 2008 21:47:14 -0000       1.50
@@ -2,7 +2,7 @@
 <xsl:stylesheet id="xml2html"
   version="1.0"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
-  xmlns:xalan="org.apache.xalan.xslt.extensions.Redirect"
+  xmlns:xalan="http://xml.apache.org/xalan/redirect";
   xmlns:xi="http://www.w3.org/2001/XInclude";
   xmlns:rf="org.mmbase.bridge.jsp.taglib.util.ReadFile"
   extension-element-prefixes="xalan"
@@ -501,7 +501,6 @@
             <xsl:for-each select="example/include">
               <!-- The following will only work with xalan! -->
               <xsl:apply-templates select="rf:readExample(concat($exampledir, 
@href))" />
-
               <!--
                   The following will work in XSLT 2.0, but not yet :(
                   <xsl:value-of select="unparsed-text(@href)" />
@@ -583,7 +582,6 @@
             <xsl:for-each select="example/include">
               <!-- The following will only work with xalan! -->
               <xsl:apply-templates select="rf:readExample(concat($exampledir, 
@href))" />
-              
               <!--
                   The following will work in XSLT 2.0, but not yet :(
                   <xsl:value-of select="unparsed-text(@href)" />
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to