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:
...
User Profile
Collapse
-
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>
No activity results to display
Show More
Leave a comment: