Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hello,
I have the following file:
<baliseRacine> <balise1> <baliseCode v="1234"/> <baliseResult s="test"/> </balise1> <balise1> <baliseCode v="9999"/> <baliseResult s="test2"/> </balise1> </ baliseRacine>
In WQL, how to get tag whose tag contains the value 9999?
Thank you in advance
dude just try with below query.
doc.baliseRacine.balise1.baliseCode(v=‘9999’).v
Hi,
We can also get the query directly from Variables tab which is avialable when you use the queryXMLNode . Just right click and choose Show Query For Selected Node from XML Node View sub tab. Thanks, Amol.
There seems to be a problem in 8.2. The view does not seem to work. Try this in 8.0.1, 7.1.2 etc