0

e4x programming extension is native to Actionscript and makes sense to use it over Xpath or any other DOM interfaces. I would like to know from flex community if they had any bad experiences like performance, etc, or any other gotchas.

Srikar Doddi
  • 15,499
  • 15
  • 65
  • 106

1 Answers1

2

e4x has been a godsend in many of my applications. It's easy to use and I have seen no performance issues. I have gotten so spoiled by e4x I've started using XML instead of ArrayCollections more than I should.

In my opinion e4x is the way to go.

invertedSpear
  • 10,864
  • 5
  • 39
  • 77