[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [xml] Nested nodes



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 <veillard redhat com> 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/
> veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
> http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]