XML-LibXML - References to XML::LibXML::Node objects

Posted on Tue Jun 10 14:17:19 2008 by kevang
References to XML::LibXML::Node objects
Hi, when I call unbindNode() on a node somewhere deep down in the DOM hierarchy, the object references to nodes all over the document seem to change unpredictably. Is the whole tree being recreated for such an operation? Is there any way to prevent this so I can keep references to nodes while changing something in the document? Cheers Kilian
Write a response