|
If you have tried to use JavaScript to parse and manipulate XML, you will find that E4X is much easy to use.
Without E4X you have to use an XML library (or an XML component) to work with XML.
These libraries or components have different syntax and work differently in the different browsers.
|