On Sun, Mar 24, 2013 at 9:19 AM, Isuru Ranawaka <[email protected]> wrote:
> 1. ) Streaming Xpath Parser is developed for a ESB which get AXIOM Object
> and traverse through it and get results.here the main concern is to improve
> the performance of xpath parsing by specifying specific rules relevant to
> the domain. (e.g if there is expression such as “/data/book”  it only give
> the first child element under the data element )  what i suggest is creating
> a XpathEngine which does not consume any external object model and it will
> operate on top of the XML Stream that means traverse xmlstream and evaluate
> xpath.

Can you explain how this would work for an expression like
/data/book[isbn='1-84356-028-3']?

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to