dmitryh 2005/05/06 09:03:38
Modified: test/tests/accept/spec11 spec1105.xsl
Log:
A testcase should create a valid XML file with a root element. Related to
XALANC-480
Revision Changes Path
1.2 +1 -0 xml-xalan/test/tests/accept/spec11/spec1105.xsl
Index: spec1105.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/accept/spec11/spec1105.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spec1105.xsl 23 Mar 2005 18:12:11 -0000 1.1
+++ spec1105.xsl 6 May 2005 16:03:38 -0000 1.2
@@ -11,6 +11,7 @@
<xsl:output method="xml" version="1.1" encoding="UTF-8"
indent="yes"/>
<xsl:template match="/">
+ <out/>
<xsl:comment> This is a comment 
 </xsl:comment>
<xsl:processing-instruction name="hellopi"> hello 
 …
</xsl:processing-instruction>
</xsl:template>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]