Thanks for looking, I solved it with straight vbscript, although I would still like to know how to do it with XLS
Here is what solved it for me....
xmlDoc = "exporting. xml"
strDetail = "000-00-0010"
Set objXML = getXMLDoc(xmlDo c)
Set objNodeList = objXML.getEleme ntsByTagName("d ocument/MEMBER[ID='" & strDetail & "']/CHARGES/CHARGE")...
User Profile
Collapse
-
Yes, when I use the xml and xls files to show everything, it works fine... What I need to do is only show the charges for a particular Member.Leave a comment:
-
Need help selecting childeren Nodes in ASP
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
Code:<document> <MEMBER> <ID>000-00-0010</ID> <CHARGES> <CHARGE><ChargeDate>06/25/2007</ChargeDate> <Code>BANQ</Code><Desc>BANQUET</Desc>
No activity results to display
Show More
Leave a comment: