[xsl] accessing URL parameters from XSL

Subject: [xsl] accessing URL parameters from XSL
From: John Pallister <jpallister@xxxxxxxxxxxx>
Date: Mon, 4 Nov 2002 11:22:25 -0500
In the example I posted earlier, the URL:
E:\xslt\post\theData.xml?myparam=test1 entered into the browser gives the
expected results, but if the URL is referenced from another page and the URL
becomes file:///E:\xslt\post\theData.xml?myparam=test1, with "file:///"
added, the extension function findURL returns
file:///E:\xslt\post\theData.xml truncating the data beyond the '?'.

Do the gurus on the list have any insight as to what could be causing this?
Is this a bug with the Microsoft extension function?  Is there a different
way that this extension function should be written?  I am using MSXSL 4.0
and IE 6 with all available updates installed.

John Pallister
jpallister@xxxxxxxxxxxx



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


Current Thread