Closed GoogleCodeExporter closed 8 years ago
Issue 178 has been merged into this issue.
Original comment by arseny.k...@gmail.com
on 26 Sep 2012 at 4:05
It is impossible to get a unattached node. Every live node object has to be
appended to some other node in a document. This is because the document manages
the memory for all nodes in it. So you have to pick your target node first, and
then do append_copy/append_child and work from there.
Original comment by arseny.k...@gmail.com
on 26 Sep 2012 at 4:16
Original comment by arseny.k...@gmail.com
on 29 Sep 2012 at 5:58
Original issue reported on code.google.com by
kshitija...@gmail.com
on 26 Sep 2012 at 12:07