Re: [xml-dev] better (?) than DOM

From
Robin Berjon <>
To
Manos Batsis <>
Date
2007-02-23T12:02:37Z
ID
<>
Thread
Re: [xml-dev] better (?) than DOM
On Feb 23, 2007, at 12:57, Manos Batsis wrote:
> Quoting Robin Berjon <>:
>> It seems to be begging for E4X, which is IMHO a lot
>> clearer than the above.
>
> As said in my original email (sent only to Nathan by accident),
> interoperability is, again, the problem :-/

I know, and sorry for being too cursory to be clear. My point was  
more about how if you want to produce XML, why not use... XML! E4X  
requires the browser to be updated, which means it'll be a while  
before it's widely useable, but there are other options that are also  
more readable than method calls nested twelve times. For instance the  
various Javascript templating libraries could come in quite useful  
there I'd say.

--
Robin Berjon
........................................................................
[Definition:] Throughout this specification, the term 'absent' is used
               as a distinguished property value denoting absence.
                         -- XML Schema, part 1
                           (http://www.w3.org/TR/xmlschema-1/#key-null)