Hi, I use the following tools to handle XML documents: Xerces 2.7 Xalan 1.10
I want to manipulate a DOMDocument (add/remove/replace nodes) and to look for nodes using XPath. The function selectSingleNode is called with a XercesDOMWrapperParsedSource and returns a XalanNode. The problem is that the XalanNode cannot be cloned or even imported (the program cores). My question is: how can the program get access to the DOMNode in the DOMDocument through the XalanNode ? Thanks for you help Simon