Re: [xslt] Parameters on the command line



On Friday 20 June 2003 11:03 am, Kraft, Rich wrote:
> You need to escape the y since its a string, not a select pattern:
>
> xsltproc --param paramx "'y'" vehicles.xsl cardata.xml

Or use

  xsltproc --stringparam paramx y vehicles.xsl cardata.xml

[or something like htat, see 'xsltproc --help' for more info]

Doug



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]