Re: [xslt] Parameters on the command line
- From: Douglas Burke <dburke cfa harvard edu>
- To: xslt gnome org, "Kraft, Rich" <rkraft classifiedventures com>,"'xslt gnome org'" <xslt gnome org>
- Subject: Re: [xslt] Parameters on the command line
- Date: Fri, 20 Jun 2003 11:37:48 -0400
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]