You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by cu...@apache.org on 2001/06/19 23:19:52 UTC

cvs commit: xml-xalan/test/tests/api/xalanj2 RootTemplate.xml RootTemplate.xsl

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: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org