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: Passing parameter to xsl stylesheet


not quite sure what your question is;

yes params can be nodesets


the appropriate
http://www.dpawson.co.uk/xsl/sect2/N5982.html

and here is
http://aspn.activestate.com/ASPN/search?query=param&type=Archive_xsl-list
search of this list.

the method of passing of a parameter is dependant on your XSLT parser.

most command line methods will allow u to specifiy what params you are
passing and their values

for example if u use SAXON go here
http://saxon.sourceforge.net/saxon6.4.3/using-xsl.html

if u are performing transformations with MS Explorer with MSXML installed
look at this http://www.bayes.co.uk/xml/tutorial/atob/fromatob.xml

other software allows u to parse the param in the URL, but this is more of
added behavior to the actual webserver.

more information = i will try to answer your question.

cheers, jim fuller


 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]