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
- RE: Passing parameters to XSL Kevin Broderick
- RE: Passing parameters to XSL Stephen Oakes
- Re: Passing parameters to XSL Aaron Oathout
- Re: Passing parameters to XSL Morgan Delagrange
