Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. timreinier

    XML Feed

    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...

Part and Inventory Search

Back
Top