Re: [Flashcoders] XPathAPI recursive XML search

2007-02-26 Thread Tom Klepl
,/*/nameOfNode); will return an array of all child nodes with nameOfNode as their nodeName On Feb 23, 2007, at 5:39 PM, Tom Klepl wrote: Hi.. I am working on a project currently and I'm using Macromedia's XPathAPI. However, I need to recursively search one of my XML files which is 4 or 5 levels

[Flashcoders] XPathAPI recursive XML search

2007-02-23 Thread Tom Klepl
Hi.. I am working on a project currently and I'm using Macromedia's XPathAPI. However, I need to recursively search one of my XML files which is 4 or 5 levels deep. The search I want to perform should return all nodes with a specified name, no matter where they are in the hierarchy.