On Fri, Apr 14, 2006 at 11:25:30AM +0200, nico wrote:
> i make a loop while node is not null
> while(node)
>    {
>      /*......*/
>        node = node->next;
>    }
> 
> with some strcmp, find and use the desired data.
> 
> is it a good way?

  yes that's how to iterate over a node children list.

Daniel

-- 
Daniel Veillard      | Red Hat http://redhat.com/
[EMAIL PROTECTED]  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to