For the profis might be very easy.
How do i read this:
PHP Code:
<data>
<exceed>false</exceed> <-- this !
<item>
<..>
<..>
<..>
</item>
<item>
<..>
<..>
<..>
</item>
<item>
<..>
<..>
<..>
</item>
</data>
or if it is easier, how can i read this:
PHP Code:
<data exceed="true"> <-- this !
<item>
<..>
<..>
<..>
</item>
<item>
<..>
<..>
<..>
</item>
<item>
<..>
<..>
<..>
</item>
</data>
In both cases i have the record: item.. and his fields. But i have to jump a level up.
For going in a level inside, you use:
PHP Code:
<whatever>
<more_Stuff>
nice
</more_Stuff>
<whatever>
mapping: whatever > more_stuff
for this:
PHP Code:
<whatever more_Stuff='nice'>
<whatever>
mapping: whatever @ more_stuff