This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

-PARAM in XALAN is broken?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]