Re: [xsl] URL parameters in xsl

Subject: Re: [xsl] URL parameters in xsl
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 19 May 2003 23:49:27 +0100
> Hi all, am a newcomer to xsl I desperately need a way to extract the
uid parameter from a URL (eg. http://192.168.22.105/default.asp?uid=2) 

substring-before(substring-after(.,'//'),'/')

if the URI is in the current node . 

David

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


Current Thread