You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mc...@apache.org on 2004/04/28 04:59:07 UTC

cvs commit: xml-xalan/java/samples/TransformThread foo1.xsl foo1.xml foo0.xsl foo0.xml

mcnamara    2004/04/27 19:59:07

  Modified:    java/samples/TransformThread foo1.xsl foo1.xml foo0.xsl
                        foo0.xml
  Log:
  Fix problem with end-of-line sequence.
  
  Revision  Changes    Path
  1.2       +6 -6      xml-xalan/java/samples/TransformThread/foo1.xsl
  
  Index: foo1.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/TransformThread/foo1.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- foo1.xsl	4 Dec 2003 00:12:30 -0000	1.1
  +++ foo1.xsl	28 Apr 2004 02:59:07 -0000	1.2
  @@ -1,6 +1,6 @@
  -<?xml version="1.0"?> 
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  -  <xsl:template match="doc">
  -    <out><xsl:value-of select="."/></out>
  -  </xsl:template>
  -</xsl:stylesheet>
  +<?xml version="1.0"?>
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  +  <xsl:template match="doc">
  +    <out><xsl:value-of select="."/></out>
  +  </xsl:template>
  +</xsl:stylesheet>
  
  
  
  1.2       +2 -2      xml-xalan/java/samples/TransformThread/foo1.xml
  
  Index: foo1.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/TransformThread/foo1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- foo1.xml	4 Dec 2003 00:12:30 -0000	1.1
  +++ foo1.xml	28 Apr 2004 02:59:07 -0000	1.2
  @@ -1,2 +1,2 @@
  -<?xml version="1.0"?>
  -<doc>Hello foo1!</doc>
  +<?xml version="1.0"?>
  +<doc>Hello foo1!</doc>
  \ No newline at end of file
  
  
  
  1.2       +6 -6      xml-xalan/java/samples/TransformThread/foo0.xsl
  
  Index: foo0.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/TransformThread/foo0.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- foo0.xsl	4 Dec 2003 00:12:30 -0000	1.1
  +++ foo0.xsl	28 Apr 2004 02:59:07 -0000	1.2
  @@ -1,6 +1,6 @@
  -<?xml version="1.0"?> 
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  -  <xsl:template match="doc">
  -    <out><xsl:value-of select="."/></out>
  -  </xsl:template>
  -</xsl:stylesheet>
  +<?xml version="1.0"?>
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  +  <xsl:template match="doc">
  +    <out><xsl:value-of select="."/></out>
  +  </xsl:template>
  +</xsl:stylesheet>
  
  
  
  1.2       +2 -2      xml-xalan/java/samples/TransformThread/foo0.xml
  
  Index: foo0.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/TransformThread/foo0.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- foo0.xml	4 Dec 2003 00:12:30 -0000	1.1
  +++ foo0.xml	28 Apr 2004 02:59:07 -0000	1.2
  @@ -1,2 +1,2 @@
  -<?xml version="1.0"?>
  -<doc>Hello foo0!</doc>
  +<?xml version="1.0"?>
  +<doc>Hello foo0!</doc>
  \ 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