Not sure if this is what you are looking for or how to do it in ASP, but in Java there is an object that deals with the transformation of XML and XSLT. The object allows you to create parameters in the transformation process. So we can do a setAttribute("URL", serverURL) and in the xslt I can...