Re: [xml] Nested nodes

2005-03-11 Thread Göran Halfvarson
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

[xml] Nested nodes

2005-03-07 Thread dan berry
Hi, Is there an api for checking if one node is nested in another node (without going over the tree structure and check each node)? Thank you. Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web ___ xml mailing list,

Re: [xml] Nested nodes

2005-03-07 Thread Daniel Veillard
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