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]

Re: XSL command line parameter


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

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