Re: [xml] remove node from html document

2010-02-17 Thread Csaba Raduly
On Wed, Feb 17, 2010 at 8:44 AM, andrew james and...@systemssingular.com wrote: I have tried to xmlUnlinkNode, the result is that the loop through all nodes is stopped at the unlinked node. What is the reason for that stop? How are you looping through the nodes? Are you sure you are not using

Re: [xml] remove node from html document

2010-02-17 Thread andrew james
Csaba Raduly wrote: On Wed, Feb 17, 2010 at 8:44 AM, andrew james and...@systemssingular.com wrote: I have tried to xmlUnlinkNode, the result is that the loop through all nodes is stopped at the unlinked node. What is the reason for that stop? How are you looping through the nodes? Are you

[xml] remove node from html document

2010-02-16 Thread andrew james
I have tried to xmlUnlinkNode, the result is that the loop through all nodes is stopped at the unlinked node. What is the reason for that stop? My amature observation is that the structure of a document in the xmlNodePtr is not rewritten per xmlUnlinkNode? I have the a program that