ECMA Script for XML (E4X) Interview Questions and Answers

E4X Questions and Answers:

1 :: How you define E4X?

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()
0/5 Rating (0 vote)
Is This Answer Correct?    0 Yes 0 No
Place Your Answer

2 :: How we say JavaScript as same as ECMAScript?

Because of some reasons we can say that JavaScript is same as ECMAScript.
1.ECMAScript is called as an official name for JavaScript.
2.ECMAScript is exactly same as JavaScript.
3.JavaScript is standardize by ECMA (The European Computer Manufacturers Association) organization.
0/5 Rating (0 vote)
Is This Answer Correct?    0 Yes 0 No
Place Your Answer

3 :: What you understand about ECMA?

ECMA(The European Computer Manufacturers Association)international was founded in 1961.
ECMA is an organization made to standardization of information and Communication Technology(ICT) and Consumer Electronics(CE).
We use ECMA standard with

1.JavaScript
2.C# Language
3.International Character Sets
4.Optical Disks
5.Magnetic Tapes
6.Data Compression
7.Data Communication etc.
ECMA-262(JavaScript1.3)was standarize in Dec1999.
ECMA-357 (E4X) was standardized in June2004.
We use E4X to make JavaScript supported with XML.
0/5 Rating (0 vote)
Is This Answer Correct?    0 Yes 0 No
Place Your Answer

4 :: Tell me how can we use E4X in Mozilla and Mozilla Based browsers?

To make use E4X with Mozilla and Mozilla based browsers (like: Netscape) we used Spidermonkey JavaScript engine. It has been extended to implement E4X but presently we can only use it in nightly trunk builds. The present releases Mozilla 1.7 suite, Firefox 1.0, Netscape 7.2 does not supported E4X.
0/5 Rating (0 vote)
Is This Answer Correct?    0 Yes 0 No
Place Your Answer

5 :: Using E4X how can we define XML document as a JavaScript object?

I have given you example to show XML document as JavaScript object.Example:
I have you simple XML document.
<message>
<date>2009-26-01</date>
<to>Abhi</to>
<from>Sud</from>
<heading>Don't forget</heading>
<body>Happy Birthday!</body>
</message> We can store this XML document in a string calles as message into an XML object variable vusing JavaScript.var v = new XML(message) 'or' Assign the XML text to the XML object variable directly.var v = new XML()v=<message>
<date>2009-26-01</date>
<to>Abhi</to>
<from>Sud</from>
<heading>Don't forget</heading>
<body>Happy Birthday!</body>
</message>
We can use JavaScript like that,document.write(v.from)
Output:Sud
0/5 Rating (0 vote)
Is This Answer Correct?    0 Yes 0 No
Place Your Answer

Rate This Category:
0/5 Rating (0 vote)
Place Your Question



Top: ECMA Script for XML (E4X)  Interview Questions and Answers
ECMA Script for XML (E4X)  Interview Questions and Answers

Top Frequently Asked E4X Question
Frequently Asked E4X Job Interview Question


Top Frequently opened Computer Programming Job Interview categories
Most popular Computer Programming Job Interview categories

Comments About ECMA Script for XML (E4X) Interview Questions and Answers

Share your valuable opinions, ideas and suggestions about ECMA Script for XML (E4X) Interview Questions and Answers
While placing your comment your email address is required but won't be published any where else; Personal information will be kept confidential; we do not sell or release our respective visitors private information.
  1. Webmaster 20th of May 2012

    Webmaster Said

    Tell us what you feel about ECMA Script for XML (E4X) Interview Questions and Answers
    All comments will be published after review. No login or registration is required to post a comment on ECMA Script for XML (E4X) Interview Questions and Answers We offer and invite you to submit your valuable comment now; Please be respectful of others when commenting. Insulting others, self-promotional comments, website promotional comments, marketing stuff, SEO Techniques, SMS-style content and off-topic comments will not be approved at this information portal.
    So start sharing your thoughts regarding ECMA Script for XML (E4X) Interview Questions and Answers
    Thank you.

Leave a Comment

Leave a Comment
  1.  Enter This Verification Code  Regenerate Verification Code  



Your reply will be added to the comment above (Below any other replies to this comment) -

Top Comments About: ECMA Script for XML (E4X)  Interview Questions and Answers
Comments on ECMA Script for XML (E4X)  Interview Questions and Answers

 
Top of Link batk to ECMA Script for XML (E4X)  Interview Questions and Answers
Link batk to ECMA Script for XML (E4X)  Interview Questions and Answers