Loading XML with possible infinite tags
- by Firstmate
(I'm doing this in AS3, but I'm sure the answer could be given in psuedocode)
Basically, I have a XML file similar to:
<Main>
<Event>
<Name>Blah</Name>
<Event>
Name>Blah2</Name>
<Event>
<Name>Blah3</Name>
...
</Event>
</Event>
</Event>…