I've noticed if I have a web service (using resultFormat=object) that returns the following text/xml from a post:

<root>
  <item><tag/></item>
  <item><tag>foo</tag></item>
  <item><tag>bar</tag></item>
</root>

then lastResult.item is an array that looks like this:

[0].tag = null
[1].tag = "foo"
[2].tag = "bar"

Is there some way to make it not convert empty tags to null and instead make them the empty string?

--
Jason __._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to