ytalwar     2005/04/04 10:34:30

  Modified:    test/tests/accept/spec11 spec1109.xsl spec1110.xsl
  Removed:     test/tests/accept/spec11 spec1113.xsl spec1113.xml
                        spec1112.xsl spec1111.xsl spec1112.xml spec1111.xml
                        spec1110ab�d� spec1109ab�d� spec1111ab�d�
               test/tests/accept-gold/spec11 spec1113.out spec1112.out
                        spec1111.out
  Log:
  This patch fix XALANJ-2090.
  The testcase that are not protable on multi-platform are deleted.
  In an investigation performed by Henry Zongaro, it was seen that the 
testcases themselves were fine.
  However, different platforms may have different default codepage, and that 
can cause the file
  system to fail to recognize characters being used in these testcases.
  
  Sarah McNamara has reviewed and approved the changes.
  
  Revision  Changes    Path
  1.2       +11 -4     xml-xalan/test/tests/accept/spec11/spec1109.xsl
  
  Index: spec1109.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/accept/spec11/spec1109.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- spec1109.xsl      23 Mar 2005 18:12:11 -0000      1.1
  +++ spec1109.xsl      4 Apr 2005 17:34:30 -0000       1.2
  @@ -1,8 +1,15 @@
   <?xml version="1.1"?>
     <!-- FileName: spec1109.xsl -->
     <!-- Purpose: To output a document with method 'xml' and version '1.1'. 
  -                href attibute of element <xsl:import> can be an IRI. 
  +                namespace attribute of <xsl:element> element can be an IRI. 
     -->
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
  -        <xsl:import href="spec1109ab%C3%A7d%C3%A9"/>
  -</xsl:stylesheet>
  \ No newline at end of file
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
  +                version="1.0">
  +  <xsl:output method="xml" version="1.1" indent="yes"/>
  +
  +  <xsl:template match="/">
  +    <xsl:element name="pre:out"  
  +                 namespace="http://example.org/pre&#xC0;";>
  +    </xsl:element>
  +</xsl:template>
  +</xsl:stylesheet>
  
  
  
  1.2       +8 -3      xml-xalan/test/tests/accept/spec11/spec1110.xsl
  
  Index: spec1110.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/accept/spec11/spec1110.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- spec1110.xsl      23 Mar 2005 18:12:11 -0000      1.1
  +++ spec1110.xsl      4 Apr 2005 17:34:30 -0000       1.2
  @@ -1,8 +1,13 @@
   <?xml version="1.1"?>
     <!-- FileName: spec1110.xsl -->
     <!-- Purpose: To output a document with method 'xml' and version '1.1'. 
  -                href attibute of element <xsl:include> can be an IRI. 
  +                namespace can be an IRI. 
     -->
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
  -  <xsl:include href="spec1110ab%C3%A7d%C3%A9"/>
  -</xsl:stylesheet>
  \ No newline at end of file
  +  <xsl:output method="xml" version="1.1" indent="yes" />
  +  <xsl:template match="/">
  +    <out xmlns:pre="http://example.org/pre&#xA2;";>
  +      <xsl:copy-of select="indoc/ch1/ch2"/>
  +    </out>
  +  </xsl:template>
  +</xsl:stylesheet>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to