Hi,
Is it possible to pass a parameter to
an xsl file using the xsl taglib?
i.e. 

<xsl:apply xml="foo.xml" xsl="bar.xsl" >
        <xsl:param name="var1" value="100" />
</xsl:apply>

Don't want to be trying it if it's not there ;)

Regards
Kevin Broderick

Reply via email to