Altova Mailing List Archives
>xsl-list Archive Home
>Recent entries
>Thread Prev -
>Thread Next - RE: [xsl] commandline parameters
[xsl] commandline parameters
To:
Date: 3/18/2002 11:53:00 PM
i want to make use of the commandline xalan parameter -PARAM for the xsl below <?xml version="1.0"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/"> <xsl:param name="commandparam" select=""/> <xsl:value-of select="$commandparam"/> </xsl:template> </xsl:stylesheet> My questions are: 1. If i want to read the parameter through -PARAM, is the above xsl correct? 2. what would be the command that runs in the commandline to pass on the parameter. would it be something like this.. java org.apache.xalan.xslt.Process -IN commandlineexp.xml -XSL commandlineexp.xsl -OUT multi -PARAM commandparam commandparamvalue? please let me know if i am wrong and in that case the correct syntax of the commandline statement and the xsl structure laura _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
Disclaimer
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

