|
Subject: Re: Building a pattern in XSL using one or more keywords passed From: Guy_Murphy@xxxxxxxxxx Date: Tue, 12 Jan 1999 10:36:58 +0000 |
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
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: XSL authors needed right away, Rick Ross | Thread | Re: Building a pattern in XSL using, julian . burman |
| XSL authors needed right away, Rick Ross | Date | Re: Standard API to XSL processors, Tyler Baker |
| Month |