ActionScript 3 XML

If any of you have tried to convert over XML handling code from ActionScript 2 to ActionScript 3 you have no doubt butted-heads with the new E4X standard that Adobe introduced. While, in the end, this method is much better for my needs it was (and still can be) a pain to learn. If you want to avoid the headaches just visit these two links: They are the Advil of E4X. These articles will save you sooooo much time when trying to figure out how to target a namespace, or when figuring out the difference between a .. and a . and a :: as in this statement myXhtmlDocument..xhtml::a.(@class=="red");