curcuru 01/10/23 13:17:19
Modified: test/tests/conf/output output42.xsl output43.xsl
Log:
Add <out> elements to make tests compatible with DOM Results; no other changes
Revision Changes Path
1.2 +2 -0 xml-xalan/test/tests/conf/output/output42.xsl
Index: output42.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/output/output42.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- output42.xsl 2000/12/15 22:54:51 1.1
+++ output42.xsl 2001/10/23 20:17:19 1.2
@@ -9,9 +9,11 @@
<!-- Purpose: Test of cdata-section-elements processing. -->
<xsl:template match="/">
+ <out>
<example><foo></example><xsl:text>
</xsl:text>
<example>>>>HELLO<<<</example><xsl:text>
</xsl:text>
<test><![CDATA[>>>HELLO<<<]]></test>
+ </out>
</xsl:template>
</xsl:stylesheet>
1.2 +2 -0 xml-xalan/test/tests/conf/output/output43.xsl
Index: output43.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/output/output43.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- output43.xsl 2000/12/15 22:54:51 1.1
+++ output43.xsl 2001/10/23 20:17:19 1.2
@@ -10,8 +10,10 @@
should not be processed. -->
<xsl:template match="/">
+ <out>
<example>>>>SHOULD NOT BE WRAPPED WITH cdata
section<<<</example><xsl:text>
</xsl:text>
<test>>>>SHOULD BE WRAPPED WITH cdata
section<<<</test>
+ </out>
</xsl:template>
</xsl:stylesheet>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]