Passing variables??

admin

Administrator
Staff member
Hi all, this is my first post, and my first project with XML. I'm on a CMS server using MS XML and trying to do the following:

I have an XML file with full information for various club venues. I want to create a list page with XSLT that will show only the name, address and logo, with a "more information" link. This link will link to another page that will output the full record for the individual venue. Is it possible to pass a variable (the venue ID) in the URL? Can I use that variable with XSLT on the detail page? I have no access to a scripting language life asp, php etc. Should I be working Javascript into the mix somehow? And finally. am I asking the right questions? Maybe my approach is wrong. How should I tackle this?

Thanks in advance!
 
Back
Top