Hi,
I have an xml file that gets writen from flash.
Problem is the tags might shift from order:
Example:
<title_01>$title 3</title_01>
<body_01>body here3</body_01>
<title_02>Dit wordt de titel.</title_02>
<body_02>Dit wordt de content</body_02>
Now here is my question:
I want to use the text between the <title_01> tags, and the xml cant rely too much on childnodes because the location of the tag switches.
If anyone knows how this is done, thnx
(im a bit of a sucker at the xml stuff in Actionscript)