Hello! I just did Kirupa’s (excellent) XML/AS3 tutorial, and I still have one important question. How can I set up and search for an XML node with multiple entries?
for example:
<Movie>
<MovieTitle>Nine Months</MovieTitle>
<Actors>Hugh Grant, Julianne Moore, Tom Arnold</Actors>
<Movie>
That way, I can use a “for” loop or something (?) to search for actor Hugh Grant, and it’ll return all of his (excellent) movies.
Any help would be greatly appreciated!!
- Travis