One of them is the double dot (..) operator. As in
myElement..subNode
This is an array of all "subNode" children below myElement. For a Canvas, myCanvas..Label will be an array of all the Labels in your canvas. Neat, huh?
How about the .@ operator? As in...
myCanvas..Label.@(thisXML.@id == "1234").text
This will help you select directly the first Label with an attribute of id equal to 1234.

It would be great if Internet Exploder would implement E4X. It's in Firefox. And flex. What is holding up ie???????
ReplyDeleteWell, we go down to the same dispute: IE vs Firefox, own-implementation vs standard, own-CSS vs standard-compliant-CSS, etc. After the technologies will prove themselves useful for developers and stable, IE will budge. I guess...
ReplyDelete