mkwan 2002/11/01 10:25:42 Modified: test/tests/conf/impincl impincl27.xsl Log: Added the <out> element to generate well-formed XML output. Revision Changes Path 1.2 +3 -1 xml-xalan/test/tests/conf/impincl/impincl27.xsl Index: impincl27.xsl =================================================================== RCS file: /home/cvs/xml-xalan/test/tests/conf/impincl/impincl27.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- impincl27.xsl 1 Nov 2002 18:08:34 -0000 1.1 +++ impincl27.xsl 1 Nov 2002 18:25:42 -0000 1.2 @@ -13,7 +13,9 @@ <xsl:output method="xml" indent="no" encoding="UTF-8"/> <xsl:template match="/"> - <xsl:apply-templates select="doc" /> + <out> + <xsl:apply-templates select="doc" /> + </out> </xsl:template> </xsl:stylesheet>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
