You haven't actually utilized the xsl stylesheet. All you've done is load it into an object variable. Rather than Response.Write xml.xml, try Response.Write xml.TransformNode(xsl). Also, if your GET request is returning an xml document, you may need to use the responseXML property rather than...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.