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]
Other format: [Raw text]

parameters + links


Hi there

If I want to pass a parameter to my xsl/xml (stating which records to
display), how exactly do I do this?

<a href="myfile.xml?parameter=showall">show all</a>

and then have:

<xsl:apply-templates select="objects/record[type=$parameter]" />

??

Thanks in advance,
Rachel


 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]