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/06/25 16:17:28 UTC

cvs commit: xml-xalan/test/tests/conf/variable var47imp.xsl

dmarston    01/06/25 07:17:27

  Added:       test/tests/conf/variable var47imp.xsl
  Log:
  The missing piece of the variable47 test
  
  Revision  Changes    Path
  1.1                  xml-xalan/test/tests/conf/variable/var47imp.xsl
  
  Index: var47imp.xsl
  ===================================================================
  <?xml version="1.0"?>
  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  
    <!-- FileName: var47imp -->
    <!-- Purpose: to be imported by variable47 -->
  
  <xsl:template name="baseTemplate">
    <xsl:param name="baseParam0"/><!-- Not actually used -->
    <xsl:param name="baseParam1"/>
    <xsl:copy-of select="$baseParam1"/>
    <OK/>
  </xsl:template>
  
  <xsl:template name="baseSubTemplate">
    <xsl:param name="baseSubParam0"/><!-- Not actually used -->
    <OK-too/>
  </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