B
bearclaws
I'm new to XSL and am trying to pass a variable from a link on an HTML
page to a page containing XSL that needs to receive the parameter.
So, I'm thinking I need something like this:
1. A link with a parameter:
http://www.host.com/receivingpage.htm?category=computers
2. A way for the XSL on the "receivingpage.htm" to be able to grab the
"computers" value from the link and use it in the rest of the XSL
processing.
Any thoughts on how to do this?
I'm sure it's simple but a search on this site (and google) didn't turn
up any clear examples.
Thanks!
page to a page containing XSL that needs to receive the parameter.
So, I'm thinking I need something like this:
1. A link with a parameter:
http://www.host.com/receivingpage.htm?category=computers
2. A way for the XSL on the "receivingpage.htm" to be able to grab the
"computers" value from the link and use it in the rest of the XSL
processing.
Any thoughts on how to do this?
I'm sure it's simple but a search on this site (and google) didn't turn
up any clear examples.
Thanks!