You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by Fahad Ashfaque <fa...@gmail.com> on 2013/11/14 15:21:07 UTC

How to use XPathEvaluator with Xerces' DOMDocument or DOMNode?

My existing code uses Xerces parser. I have to evaluate XPath expressions
and fetch results. I would like to use XPathEvaluator of Xalan with my
existing DOMDocument and DOMNode typed objects. How can I do that ? Is
there any example available ?

Thanks
Fahad