You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2002/08/23 17:13:13 UTC

cvs commit: xml-xalan/test/tests/conf/copy copy55.xsl

dmarston    2002/08/23 08:13:13

  Modified:    test/tests/conf/copy copy55.xsl
  Log:
  Avoid effects of indent="yes" due to permissible variations.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/test/tests/conf/copy/copy55.xsl
  
  Index: copy55.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/copy/copy55.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- copy55.xsl	9 Jul 2002 21:43:27 -0000	1.1
  +++ copy55.xsl	23 Aug 2002 15:13:13 -0000	1.2
  @@ -12,7 +12,7 @@
     <!-- The data also has a namespace node that is re-declared exactly the same on the inner element.
       This redundant declaration does not have to be copied, so it isn't. -->
   
  -<xsl:output method="xml" indent="yes" encoding="UTF-8"/>
  +<xsl:output method="xml" indent="no" encoding="UTF-8"/>
   
   <xsl:template match="/">
       <xsl:copy-of select="."/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org