Jump to content

Obtaining HTTP query pairs in XSLT


Donar

Recommended Posts

In XSLT? No.But assuming that this XML is given to a browser and turned into an (X)HTML page by it, you can use JavaScript's location.search property to get the full query string.Also, if you have PHP on your server, you could make it return a different XML document based on the query string (which PHP can read more conviniently than JavaScript).

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...