Re: [PHP-DEV] DOM XML: xmlReplaceNode()

2002-01-11 Thread Jan Lehnardt
Hi, On Fri, 11 Jan 2002 00:57:52 +0100 "Jaroslaw Kolakowski" <[EMAIL PROTECTED]> wrote: > What do you think about adding a function domxml_node_replace_node(), that would be a wrapper for xmlReplaceNode() function from libxml? > > As far as I am concerned, there is no easy way to replace a node

[PHP-DEV] DOM XML: xmlReplaceNode()

2002-01-10 Thread Jaroslaw Kolakowski
Hi, What do you think about adding a function domxml_node_replace_node(), that would be a wrapper for xmlReplaceNode() function from libxml? As far as I am concerned, there is no easy way to replace a node using existing functions without rewriting the whole document tree. Regards, Jarek Kol