You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mk...@apache.org on 2002/11/01 19:25:42 UTC

cvs commit: xml-xalan/test/tests/conf/impincl impincl27.xsl

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: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org