first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

Flex/ActionScript 3: “Common E4X pitfalls ”; mikemo

  1. Set resultFormat="e4x" on your HTTPService
  2. E4X expressions don't reference the topmost tag of the XML
  3. Use for each, not for
  4. Use for each (child in parent.*), not for each (child in parent)
  5. E4X intentionally blurs the distinction between XML and XMLList

For more details see:

http://www.morearty.com/blog/2007/03/13/common-e4x-pitfalls/
mod date: 2008-07-03T20:27:40.000Z