joerg 2004/03/13 09:52:01
Modified: tools/src cforms-repeater-syntax.xsl
Log:
revert the Xalan patch, which is no longer needed for Xalan 2.6 - you only
need to assure this Xalan is in use ...
Revision Changes Path
1.4 +0 -7 cocoon-2.1/tools/src/cforms-repeater-syntax.xsl
Index: cforms-repeater-syntax.xsl
===================================================================
RCS file: /home/cvs/cocoon-2.1/tools/src/cforms-repeater-syntax.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cforms-repeater-syntax.xsl 13 Mar 2004 16:32:45 -0000 1.3
+++ cforms-repeater-syntax.xsl 13 Mar 2004 17:52:01 -0000 1.4
@@ -23,13 +23,6 @@
</xsl:copy>
</xsl:template>
-<xsl:template match="comment()">
- <!-- circumvent a Xalan bug while handling empty comments -->
- <xsl:if test="normalize-space()">
- <xsl:copy/>
- </xsl:if>
-</xsl:template>
-
<xsl:template match="fb:repeater">
<xsl:copy>
<xsl:apply-templates select="@*[not(starts-with(name(), 'unique-'))]"/>