Re: XSL command line parameter

Subject: Re: XSL command line parameter
From: Petr Cimprich <petr@xxxxxxxxxxxx>
Date: Fri, 19 May 2000 11:51:43 +0200
Sablotron (actually sabcmd - its command line interface) support it this
way:

sabcmd sheet.xsl data.xml "$type=art"

$type then appears as a top-level stylesheet parameter.
The use of single or double quotes may depend on the shell used. Single
quotes work for bash, double quotes work in Windows.

Regards
Petr

Sydney wrote:

> Hi
>
> Is it possible to put on the command line some
> parameter which will be use in the XSL file?
> My aim is to make XSL filter on XML files.
>
> For Instance
> <db>
> <museum type="art">bla</museum>
> <museum type="paint">bla</museum>
> </db>
>
> I want to create an XSL Style sheet in order to create
> a new XML file resulting of my search.
> <xsl:template match="museum[@type=A COMMAND LINE
> VARIABLE]>
> <xsl:copy-of select="."/>
> </xsl:template>
>
> I hope, its obvious.
>
> Thanks
> Sydney
>
> ___________________________________________________________
> Do You Yahoo!?
> Achetez, vendez! Ŕ votre prix! Sur http://encheres.yahoo.fr
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

--
Petr Cimprich
Ginger Alliance Ltd.
www.gingerall.com



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


Current Thread