Hey there,
Im looking at this example code:
In order to re-use the whole String of ‘NODE’ in a setPatch operation, I would need to get this returned by XPath. What is the proper syntax to get:
I know how to select and return attributes with for example this query:
/PATCH/NODE@nodename=‘Generators\test.v4p’/@*
But I haven’t found a way to select/return the whole Node for which
is true.
I found on
http://www.w3schools.com/xpath/xpath_syntax.asp
ways to navigate the selected nodes
But when I write something like
/PATCH/NODE@nodename=‘Generators\test.v4p’/…
I get an empty string (instead of nil, which means somehow it’s a valid query)
Anybody got a clue?
Thanks!
Eno
Update: I haven’t found a way to tell the wiki not to make @nodename='Generators\test.v4p a link. please igonre this, and complete it with the square brackets it’s taken away