I am new at working with XML in flash (or XML with anything
for that matter)
I want to loop through the following schema and have a list
of all employees and attached specifics can anyone point me in the
right direction?
Looping through XML
First, depends on what version of actionscript you are using.
If you are already using AS3, xml parsing is MUCH easier.
If you are still using AS2, you will need to write a parser.
Take a look at XPath's API. You can loop through multilevel XML
using some of its functions. But... get ready to code! :)
Subscribe to:
Post Comments
(Atom)
No comments:
Post a Comment