[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

[xml] xmlTextReaderNext skipping nodes

2005-03-07 Thread Rob Richards
Ran into an issue when positioned at the end of an element, calling xmlTextReaderNext does not return the next node. This seems to only happen if the previous node had children and were traversed. I am not exactly sure of the states, but it looks like within xmlTextReaderNext, the