Hi
When I execute an xpath query, I get a result object from which I can get the xalan node.
I am using xerces as my parser and I can get the xerces node from casting this xalan node to XercesElementWrapper and then getting the xerces node.
My problem is that this getXercesNode returns a const DOMElement *. Now I can const_cast it and use all the functions. But I'm skeptical.
Comments?
Thanks
Jaspreet
