Votes
Answers
Views
Question
8
1
38
asked 13 years ago by hank-the-hammer
updated 13 years ago by bubblehead712
I am trying to parse an XML file that is on the web but for some reason I can not load it. Does anybody know what I need to do to make this work? vPath="http://www.w3schools.com/xml/cd_catalog.xml" Set xmlObj = XMLUtil.CreateXML() print vPath xmlObj.LoadFile(vPath) vlist = xmlObj.ToString() ...