User Profile

Collapse

Profile Sidebar

Collapse
tfhanson
tfhanson
Last Activity: Jan 10 '08, 07:35 PM
Joined: Jun 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • tfhanson
    replied to Need help selecting childeren Nodes in ASP
    in XML
    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")...
    See more | Go to post

    Leave a comment:


  • tfhanson
    replied to Need help selecting childeren Nodes in ASP
    in XML
    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.
    See more | Go to post

    Leave a comment:


  • tfhanson
    started a topic Need help selecting childeren Nodes in ASP
    in XML

    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>
    ...
    See more | Go to post
No activity results to display
Show More
Working...