[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [xml] how to remove/delete a child node?
- From: Kristine Rudkin <rudkin yahoo com>
- To: "Paweł" "Pałucha" <pawel praterm com pl>, xml gnome org
- Cc:
- Subject: Re: [xml] how to remove/delete a child node?
- Date: Wed, 3 Aug 2005 13:01:16 -0700 (PDT)
Pawel,
thank you for the information - one last question:
will unlinking/freeing the top child node take care
of any sub-child nodes underneath of it, or will I
need to recurse through the sub-children and perform
an unlink/free on them individually?
thanks again!
rudkin
> > I'm trying to do something elementary like remove
> a
> > child node from a doc (I'm a newbie to libxml2, so
> > apologies if this is extremely basic.) >
> xmlUnlinkNode() and then xmlFreeNode()
>
> Pawel Palucha
> _______________________________________________
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]