using application variable (global.asa) in XSLT
Posted: Thu Jun 21, 2007 7:45 pm
I have a project where I want to add a url to an XSLT but want to be able to change it in the global.asa? Can I add the Application("url") to the XSLT so then I don't have to change my template everytime I create a new website, I just change the global.asa?