Review questions
Test your knowledge of basic XML by answering these questions:
1. XML stands for Extensible Markup Language. By extensible, we mean
a. You can extend the capabilities by adding your own tags to the predefined standard.
b. You must define your own tags because only the characteristics of an XML file are defined by the standard.
c. I don't know because the documentation didn't answer this question.
2. XML and HTML are different in which of the following ways? You may choose more than one answer.
a. HTML is used to structure documents; XML is used to structure data.
b. Legal HTML and XML tags are strictly defined by a standard developed by W3.
c. HTML does not care if your tags are properly nested, while XML requires proper nesting.
3. Which of the following are required in an XML document? You may choose more than one answer.
a. The root tag
b. Attributes
c. The XML declaration tag
d. Closing tags
4. Why is XML used for Creo Elements/Direct Manager Server configuration files?