Hi everyone.

I have a nightmare problem.

I am using httpservice with e4x.


If i was to retrieve an XML file from the server in this simple format:

<data id="1">
    <item />
<data>


If i looked at my httpservice.lastResult i would see the above xml. This
works perfect.


However, in my case, the data may contain no items.

<data id="2">
</data>


Now my last result, loads without error, even charles tells me the page size
etc. However, when i try to look at the result i see nothing... No data at
all.


I have ran out of ideas on what else to test. Is there anything obvious
which i am missing? Maybe some rule where <data id="2"></data> is converted
to <data id="2" /> and flex simply does not like this format?


Thanks for reading.

Clark.

Reply via email to