Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to selectsinglenodes with attribute value
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
How to selectsinglenodes with attribute value
Miscellaneous
Thread ID:
00961280
Message ID:
00961280
Views:
40
Using the object:
ox=CREATEOBJECT("MSXML2.DOMDocument.3.0")
oDocument=ox.documentelements


THe "resource" tagname is a child of oDocument.childnodes(2).
the path would be oDocument/resources/resource

I have tried:
oDocument.selectSingleNode("resource" ;
child::para[attribute::identifier="RESOURCE_INTRO")


I need guidance on how to point to a node (tag) based of the value of a specific attribute of the node.
Imagination is more important than knowledge
Next
Reply
Map
View

Click here to load this message in the networking platform