--- In [email protected], "Tracy Spratt" <tr...@...> wrote: > > If your dataProvider is XML, you can use parent() to recursively traverse > the ancestors. If it is XMLListCollection, I am not sure, but would expect > there to be some kind of parent property.
Each node in an XMLListCollection is XML, and will have all the properties, methods, and data available to that data type. HTH; Amy

