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]

XSL command line parameter


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

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