XML (eXtensible Markup Language) defines rules to create and store documents in a text format. It is extensively used to transfer encoded data over the internet between different applications. You can learn XML from my XML coding tutorial for beginners - Part 1 and XML coding tutorial for beginners - Part 2
1. Which of these names of XML elements is correct?
2. What can you say about the following XML?
<people>
<Person>
<firstName>John</firstName>
<lastName>Smith</lastname>
</Person>
</people>
3. Where can an XML element contain data?
4. Which of the following statements is true?
5. How can you specify an attribute with multiple values?
6. In JavaScript, which of these is a correct method of XMLDocument object (an XML document in memory)?
7. What is the benefit of an XML namespace?
8. What is the best way of validating an XML document?
9. Which XML DOM method is used to read the value of an attribute of an XML element?
10. Which technology is used to transform XML into HTML?
Score is 0/ 10.
The questions were not so simple, were they? Hope you enjoyed analyzing the answer choces. Please mention your scores in the comments below.
Until next time.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.