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/04/12 17:50:42 UTC

cvs commit: xml-xalan/test/tests/conf/output output44.xsl

dmarston    02/04/12 08:50:42

  Modified:    test/tests/conf/output output44.xsl
  Log:
  Fix spec date, anticipating 1.0-vs.-2.0 differentiation.
  
  Revision  Changes    Path
  1.2       +6 -6      xml-xalan/test/tests/conf/output/output44.xsl
  
  Index: output44.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/output/output44.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- output44.xsl	15 Dec 2000 22:54:51 -0000	1.1
  +++ output44.xsl	12 Apr 2002 15:50:42 -0000	1.2
  @@ -1,15 +1,15 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:output method="xml"/>
   
  -  <!-- FileName: outp44 -->
  +  <!-- FileName: output44 -->
     <!-- Document: http://www.w3.org/TR/xslt -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 16.1 XML Output Method -->
     <!-- Purpose: xml method should output XML declaration. -->
   
   <xsl:template match="/">
  -	<example>SHOULD have XML Declaration</example>
  +  <example>SHOULD have XML Declaration</example>
   </xsl:template>
  - 
  -</xsl:stylesheet>
  +
  +</xsl:stylesheet>
  \ No newline at end of file
  
  
  

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