Re: How to access a DOMDocument node after calling selectSingleNode function

2007-10-25 Thread David Bertoni
[EMAIL PROTECTED] wrote: 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 XalanNo

How to access a DOMDocument node after calling selectSingleNode function

2007-10-25 Thread simon . elbaz
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 t