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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML HELP!

Status
Not open for further replies.

bisdex

Programmer
Feb 16, 2001
4
US
I have a url for rating quotes, and I need to be able to pull out the individual fields and send to my shopping cart.

every time I use the code below I get errors

how do I access an xml file generated by an asp file..from a url

and pull our specific fields?

HELPPP!

<%@ Language=VBScript %>
<% option explicit %>
<%
dim domDoc
dim aFilename
Dim aNode
set domDoc=server.CreateObject(&quot;MSXML.DOMDocument&quot;)
'domDoc.Load &quot;domDoc.URL=&quot;'aFilename=server.MapPath(&quot;xml.xml&quot;)
'domDoc.Load aFilename
%>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top