Re: DIH http input xpath syntax

2008-11-01 Thread Noble Paul നോബിള്‍ नोब्ळ्
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']

DIH http input xpath syntax

2008-11-01 Thread Lance Norskog
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