XPATh example using Utility XML VBO
Q:
How can I get attribute value of DoBLocked using the action Get Elements by XPath under XML VBO . Reference input XML file attached
A;
How can I get attribute value of DoBLocked using the action Get Elements by XPath under XML VBO . Reference input XML file attached
A;
Path "//attribute[@name=""DoBLocked""]" - should do the trick, you'll get Value in collection
p.s. Whole action is a bit confusing, because it is called elementS, but only selects first matching node, however it will return collection of elements under first element found using that xpath. Given its name, I would actually expect to get a collection of elements matching xpath expression.
No comments