- Set resultFormat="e4x" on your HTTPService
- E4X expressions don't reference the topmost tag of the XML
- Use for each, not for
- Use for each (child in parent.*), not for each (child in parent)
- E4X intentionally blurs the distinction between XML and XMLList
For more details see:
http://www.morearty.com/blog/2007/03/13/common-e4x-pitfalls/