I have a xml like so:
<job>
<title/>
<items>
<item>
<category>
<name>
<field/>
<field/>
</category>
<info/>
</item>
<item>
<category>
<name>
<field/>
<field/>
</category>
<info/>
</item>
</items>
</job>
Basically I pulll xml data into flash and most comes in, but only the first set will show the name, after that it goes to “undefined”. Secondly, I can’t pull in the info.
Can someone help with this?
thks