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 2001/11/06 18:18:39 UTC

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

dmarston    01/11/06 09:18:39

  Modified:    test/tests/conf/copy copy49.xsl
  Log:
  Improve layout and comments
  
  Revision  Changes    Path
  1.2       +8 -5      xml-xalan/test/tests/conf/copy/copy49.xsl
  
  Index: copy49.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/copy/copy49.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- copy49.xsl	2001/10/22 13:00:09	1.1
  +++ copy49.xsl	2001/11/06 17:18:38	1.2
  @@ -1,16 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  -        <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
  +
     <!-- FileName: copy49 -->
     <!-- Document: http://www.w3.org/TR/xslt -->
     <!-- DocVersion: 19991116 -->
     <!-- Section: 7.5 -->
  -  <!-- Creator: Tony Pentinnen (submitted by Tom Amiro)  -->
  +  <!-- Creator: Tony Pentinnen -->
     <!-- Purpose: Verify xml:lang attributes can be copied from source to result -->
   
  +<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
  +
   <xsl:template match="doc">
  -<document>
  -<xsl:copy-of select="@*" />
  -</document>
  +  <document>
  +    <xsl:copy-of select="@*" />
  +  </document>
   </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