I am trying to parse out only the values of certain attributes of a xml tag but am unable to figure out how to do it based on the wiki.
the input text is:
Hello there.
I put tag for the type in element scope to get the output to give me the greeting line. The wiki is not so clear on how to get only the value of attribute b for example. It says:
Value Attributes /oavalue - Only output attributes whose value match this parameter.
which makes me think maybe if I put b in this parameter I would get an output of b=“2”? no matter what I put in this field I don’t see any change in output. If I set the show param to attributes per column/row I get no output.
So how do I filter the output of the xml op to show the values of tag attributes? thanks!