Thanks guys, but this was an ASP question and I finally managed to solve it with straight VBScript...
xmlDoc = "exporting.xml"
strDetail = "000-00-0010"
Set objXML = getXMLDoc(xmlDoc)
Set objNodeList = objXML.getElementsByTagName("document/MEMBER[ID='" & strDetail &...
Thanks Monksnake,
Yes, that is the data I am trying to display.... What changes do I need to make to the XLS file so that the results are then displayed?
Thanks
Hi, been a real long time since I have worked in ASP and XML and a neighbor asked me to help him with a web page. I have an XML file that I am trying to search thru and display the children nodes......
Here is a sample of the xml
<document>
<MEMBER>
<ID>000-00-0010</ID>
<CHARGES>...
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.