curcuru     01/06/19 14:19:52

  Added:       test/tests/api/xalanj2 RootTemplate.xml RootTemplate.xsl
  Log:
  Simple stylesheet for TransformerStateAPITest: has a select="/"
  
  Revision  Changes    Path
  1.1                  xml-xalan/test/tests/api/xalanj2/RootTemplate.xml
  
  Index: RootTemplate.xml
  ===================================================================
  <?xml version="1.0"?> 
  <doc></doc>
  
  
  1.1                  xml-xalan/test/tests/api/xalanj2/RootTemplate.xsl
  
  Index: RootTemplate.xsl
  ===================================================================
  <?xml version="1.0"?> 
  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
  
    <!-- Matching on root - possible problems with transformState? -->
    <xsl:template match="/">
      <out/>
    </xsl:template>
       
  </xsl:stylesheet>
  
  
  

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

Reply via email to