curcuru     00/12/12 11:56:51

  Added:       test/tests/api/trax identity.xml identity.xsl
               test/tests/api-gold/trax TransformerAPIOutputFormatUTF16.out
                        TransformerAPIParam.out identity.out
  Log:
  New stylesheets for TransformerAPITest.java r1.6
  
  Revision  Changes    Path
  1.1                  xml-xalan/test/tests/api/trax/identity.xml
  
  Index: identity.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <list>
    <item>Xalan-J 1.x</item>
    <item>Xalan-J 2.x</item>
    <item>Xalan-C 1.x</item>
    <list>
      <item>Xalan documentation</item>
      <item>Xalan tests</item>
    </list>
  </list>
  
  
  1.1                  xml-xalan/test/tests/api/trax/identity.xsl
  
  Index: identity.xsl
  ===================================================================
  <?xml version="1.0"?> 
  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
  
  <!-- From the XSLT spec: "the identity transformation can be written using 
xsl:copy as follows:" -->
    <xsl:template match="@*|node()">
      <xsl:copy>
        <xsl:apply-templates select="@*|node()"/>
      </xsl:copy>
    </xsl:template>
       
  </xsl:stylesheet>
  
  
  
  1.1                  
xml-xalan/test/tests/api-gold/trax/TransformerAPIOutputFormatUTF16.out
  
        <<Binary file>>
  
  
  1.1                  
xml-xalan/test/tests/api-gold/trax/TransformerAPIParam.out
  
  Index: TransformerAPIParam.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out>
   :param1s:'test-param-1s' :param2s:default2s :param3s:
   :param1n:1234 :param2n:'default2n' :param3n:default3n
  </out>
  
  
  1.1                  xml-xalan/test/tests/api-gold/trax/identity.out
  
  Index: identity.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <list>
    <item>Xalan-J 1.x</item>
    <item>Xalan-J 2.x</item>
    <item>Xalan-C 1.x</item>
    <list>
      <item>Xalan documentation</item>
      <item>Xalan tests</item>
    </list>
  </list>
  
  

Reply via email to