xsl-list
[Top] [All Lists]

RE: Using URL parameters in XSL

2003-08-11 01:12:30
You need to extract the relevant components of the URL in the calling
application, and pass them from the application to the XSLT code as
stylesheet parameters.

Michael Kay


-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com 
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
Julian Wood
Sent: 11 August 2003 05:06
To: XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Using URL parameters in XSL


Hi,

I'm trying to gain access to the URL parameters used to load an xml 
file. For instance, can robin.xsl, used to process 
batman.xml, get the 
imageNum parameter in its URL?

http://bla.bla/batman.xml?imageNum=3

My xsl just needs this one param set (ie. equivalent to <xsl:param 
name="imageNum">3</xsl:param>)
so that it can conditionally process. This has to be local (ie no cgi 
allowed to write the stylesheet, as was discussed before on this list). 
I've looked high and low for this, but I can't find out how to retrieve 
the URL for manipulation. I've also looked into how to potentially 
manipulate the stylesheet with javascript, but this happens after the 
page has been transformed, and thus is too late.

Thanks for any help,

J

--
Julian Wood
Learning Commons, University of Calgary


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list