Re: [xml] Is it okay to add a node as the first child?
- From: Rush Manbert <rush manbert com>
- To: Jason Viers <lists beanalby net>
- Cc: xml gnome org
- Subject: Re: [xml] Is it okay to add a node as the first child?
- Date: Fri, 04 May 2007 16:01:46 -0700
Jason Viers wrote:
Rush Manbert wrote:
I see that the tree API functions for adding nodes (xmlNewNode(),
xmlAddNode(), etc) all add the node to the end of the child list.
I believe I have a case where I need to add a new node at the
beginning of the child list.
You could call xmlAddPrevSibling and add the new node as the previous
sibling of the first node.
Jason
Doh! Of course. That's the logical equivalent if the parent node already
has children, isn't it? Silly me.
Thanks,
Rush
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]