[Webkit-unassigned] [Bug 5381] Support E4X

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 20 09:38:07 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=5381


fclee at dialup4less.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fclee at dialup4less.com




------- Comment #3 from fclee at dialup4less.com  2007-12-20 09:38 PDT -------
I'm an OS X developer hired to add OS X support to a MS product, here in
Silicon Valley, CA.  XML is the data vector between the two worlds.  I *NEED*
E4X support in Safari.  

Firefox appears to be the ONLY browser that supports E4X:

var e = <employees> 
 <employee id="1"><name>Joe</name><age>20</age></employee> 
 <employee id="2"><name>Sue</name><age>30</age></employee> 
</employees>; 

var names = e..name;  // get all the names in e 


Safari can't handle the above code.
Firefox/Mozilla can.

Apple claims Safari is the *best* browser.

WHERE'S E4X?????

Ric.
fclee at mimosasystems.com


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list