Passing a variable into XSLT

wxdqz

New Member
Hi, I'm a little new to xml so bear with me...

Basically I'm creating a site with a load of picture galleries, and i'm storing all the data for the galleries in one xml file. What I want to do is have a generic 'gallery.asp' page that will display the correct pictures depending on a variable passed in (-the name of the gallery).
So I'm thinking I'll have to pass this variable into the XSLT so it can use it to select the relevant xml data according to the gallery name and display it.

Is this possible??, if so any pointers on how it is done?
 
Back
Top