User Profile

Collapse

Profile Sidebar

Collapse
LukeD
LukeD
Last Activity: Oct 30 '07, 06:57 PM
Joined: Apr 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • LukeD
    replied to Help With Xpath
    in XML
    Hello,
    Thanks for the reply. This is in VB6. There is no current code, but here is what Im trying to get at:

    if I do the following:

    Dim oNodeListBrake As IXMLDOMNodeList
    Dim oNodeListQL As IXMLDOMNodeList

    Set oNodeListBrake = oXMLCCBrake.sel ectNodes("//B04_CALIPER")

    I get all the B04_CALIPER nodes back, but what Im trying to get at is this:
    ...
    See more | Go to post

    Leave a comment:


  • LukeD
    started a topic Help With Xpath
    in XML

    Help With Xpath

    Hello,
    I need to parse and find certain records where the record name contains a certain string.
    For example, I have this XML:


    Code:
    <B04_CALIPER>
    <AAIA_ID>1368109</AAIA_ID>
    <MODEL>A4 QUATTRO</MODEL>
    <Nameplate/>
    <Submodel/>
    <Appl>Caliper to Bracket</Appl>
    <FTorq>18</FTorq>
    <RTorq>22</RTorq>
    ...
    See more | Go to post
No activity results to display
Show More
Working...