|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Building a pattern in XSL using one or more keywords pas
Hi.
If you're using the IE5b2 parser on the server-side with ASP then what
you're after is straight forward, otherwise I'm not sure.
If you're familiar with ASP then simply creating your XSL document as an
ASP file would allow you to do...
<xsl:apply-templates select="<%= Request('keyword') %>" />
I've been using this in order to cascade display constant through XML and
XSL documents.
Cheers
Guy.
xsl-list@xxxxxxxxxxxxxxxx on 01/11/99 10:49:03 PM
To: xsl-list@xxxxxxxxxxxxxxxx
cc: (bcc: Guy Murphy/UK/MAID)
Subject: Building a pattern in XSL using one or more keywords passed
I want to be able to call an XSL with something like
HTTP://something.xsl?keyword="phones".
The XSL should then select all DOCUMENTS whose KEYWORDS equal or contain
the querystring,
along the lines of:
<xsl:apply-templates select="DOCUMENT[KEYWORDS=
Request.QueryString("keyword")]"/>
How do I do this?
Many thanks
Julian Burman
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








