Hi there! Currently, I am trying to implement searching functionality into
a object of mine that uses XPath. Currently the rest of our software uses
Xerces to reference DOM objects. In order to run DOM document through
Xalan's transform methods, I need our objects to be in the XalanDocument
object. And for doing XPath queries, I need to convert our already existed
Xerces DOM_Node object into a XalanNode object. How is this done? I found
this class in your release but there is not documentation on it
(XercesToXalanNodeMap)? Is there a way, in runtime, to convert a Xerces
DOM_Node into a XalanNode or XalanElement? Any help here would be greatly
appreciated. Thanks!

-Jason Franco


Reply via email to