For node walking I use these functions, belonging to the XMLSec library: xmlSecFindChild xmlSecFindParent xmlSecFindNode
See http://www.aleksey.com/xmlsec/api/xmlsec-xmltree.html Are there any similar functions available? HTH/ G�ran On Mon, 7 Mar 2005 04:41:31 -0500, Daniel Veillard <[EMAIL PROTECTED]> wrote: > On Mon, Mar 07, 2005 at 12:09:13AM -0800, dan berry wrote: > > Is there an api for checking if one node is nested in another node (without > > going over the tree structure and check each node)? > > Hum, no. just walk the ->parent list, > > Daniel > > -- > Daniel Veillard | Red Hat Desktop team 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
