E4X (ECMAScript for XML) is now ECMA-357
Christophe has the scoop on the release of a new ECMA standard that bridges ECMA Script with XML, E4X or ECMA-357. The TC includes BEA, IBM, Microsoft and Macromedia. I can't see any referances from the MS XML or scripting bloggers on this yet but would love to hear their thoughts. It looks like E4X will be rolled into the ECMAScript 4 standard. For languages that use ECMAScript as their base, JavaScript (and projects such as Mozilla, Brenden Eich the creator of JavaScript is on the TC), ActionScript (Flash and Flex, Garry Grossman the creator of ActionScript is on the TC) and JScript.Net this could lead to interesting developments.
I have yet to go through the spec in some detail but the following you may have heard before
native XML datatypes to the ECMAScript language, extends the semantics of familiar ECMAScript operators for manipulating XML data and adds a small set of new operators for common XML operations, such as searching and filtering. It also adds support for XML literals, namespaces, qualified names and other mechanisms to facilitate XML processing.
Sounds a lot like C-Omega?, maybe thats why Herman Venter is one of the Microsoft folks on the TC. Maybe the work in C-Omega will find its way into the CLI?