开发者

e4x vs XPath: Which one to use when going with action script programming in Flex?

开发者 https://www.devze.com 2022-12-27 04:39 出处:网络
e4x programming extens开发者_StackOverflowion is native to Actionscript and makes sense to use it over Xpath or any other DOM interfaces. I would like to know

e4x programming extens开发者_StackOverflowion 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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消