Is it possible to pass a URL variable into xsl.
EG. http:www.somedomain.com/index.aspx?myVar=test&myVar2=anotherTest
I\'d like to be able to use t
Here is a more generic transformation that obtains any number of query string parameters from a given URL:
when this transformation is applied on any XML document (not used), the wanted, correct result is produced:
test anotherTest yetAnotherTest