The parser is Stax. But the XPath implementation is custom. Certain
XPath features are hard to implement in streaming way
There is not documentation yet.
You can access attributes like /root/a/b/@a
attribute values can be checked like
/root/a/[EMAIL PROTECTED]/x or
/root/a/[EMAIL PROTECTED]@m='n']
The wiki page for the DIH handler mentions that the XML is parsed with a
streaming parser and that the xpath parser only handles a subset of the
xpath syntax. Which streaming parser is it and where would I find this
subset documented? I tried a few things like the "the first entry" and
"length of