Hi all, I can see AXIOM has support for XPath. But beneath it is a StAX parser, and such pull-parsers don't have random access support for XML documents, by design.
So my question is: Do you call build() on the OM Tree that one wants to lookup with XPath? That is, do you cache everything in memory in order to support such xpath operations, or you preserve the full advantages of a pull-based parser ? Thank you in advance. Regards, Angel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
