ECMA Script for XML (E4X) Question:
Download Questions PDF

How you define E4X?

Answer:

E4X stands for ECMAScript(European Computer Manufactures Association) for XML(eXtensible Markup Language).We can called as E4X is an programing language extensionn used to adds the ECMAScript(like: ActionScript,DMDScript,E4X, JavaScript,JScript) to XML.

1. Real life meaning of E4X is "JavaScript for XML".
2. E4X is an official JavaScript standard used to add direct support for XML.
3. Using E4X we can easily make scripting for XML with JavaScript.
4. Using E4X we can declare an XML object variable as same as declare Date and Array variable.
Example:
var p = new XML()
var q = new Date()
var r = new Array()

Download E4X Interview Questions And Answers PDF

Previous QuestionNext Question
How to use of E4X with XML?How we say JavaScript as same as ECMAScript?