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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
