That’s correct, as long as your XML data looks like this:
no paranthesis
no paranthesis
paranthesis ( more text
because you selected all nodeB that have a (read: at least one) child of name nodeC with content “(” .
If you wanted nodeCs in the first place, change your query to nodeA/nodeB/nodeC[.~=“(”] .
Helped?
Best regards, Andreas
#webMethods#Tamino#API-Management