Is there a way to escape or otherwise work with colons in element names under XPath? The XML looks like this:
I'd like to access AB
et, but "//AB
et" will always fail.
Sorry, XPath newbie, this may be obvious.
Code:
<AB:Animal>
<AB:Pet>
Dog
</AB:Pet>
</AB:Animal>
Sorry, XPath newbie, this may be obvious.