[xsl] -PARAM in XALAN is broken?

Subject: [xsl] -PARAM in XALAN is broken?
From: "Roshan Sharma" <roshansharma@xxxxxxxxxxx>
Date: Sat, 10 Mar 2001 02:30:09
cmdline:
java org.apache.xalan.xslt.Processor -in input.xml -xsl test.xsl =PARAM execution_path="'one'"


-- test.xsl --
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">


<xsl:param name="execution_path" select="@execution_path" >
 <xsl:value-of select="@execution_path" />
</xsl:param>

</xsl:stylesheet>

-------
It does not work. I tried a combination of @execution_path and
$execution_path, in global scope of this xsl.

I intend to go for different execution path based upon the parameters.

Thanks,
Rosh
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread