You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2001/01/27 00:17:14 UTC

cvs commit: xml-xalan/test/tests/conf/namedtemplate/err a.xsl

dmarston    01/01/26 15:17:14

  Added:       test/tests/conf/namedtemplate/err a.xsl
  Log:
  File needed by namedtemplateerr12 test
  
  Revision  Changes    Path
  1.1                  xml-xalan/test/tests/conf/namedtemplate/err/a.xsl
  
  Index: a.xsl
  ===================================================================
  <?xml version="1.0"?>
  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  
    <!-- FileName: a -->
    <!-- Purpose: Used by namespaceerr12 case. -->
  
  <xsl:template name="a">
    import:a
  </xsl:template>
  
  <xsl:template name="a">
    import:b
  </xsl:template>
  
  </xsl:stylesheet>