We are in the process of evaluating two implementations of XPath namely JXPath and jd.xpath from www.aztecrider.com
In our evaluations we have noticed that for XPath expressions resulting in a node set with 100 nodes, the performance of jd.xpath is superior to the performance of JXPath. It looks like JXpath loses out on performance while iterating through the results. For XPath expressions resulting in a single node output, the performance is comparable if we use compiled expressions. Has anyone else performed a similar analysis? Are there any known performance issues with JXPath that are currently being addressed? In general what is the development plan for JXPath in terms of performance improvements and enhancements? Regards, Snehal __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
