2
2
2. What is the correct syntax for the declaration of an XML version 1.0 document?
a) <xml version="1.0">
b) <?xml version="1.0"?>
c) <!xml version="1.0">
d) <xml="1.0">
b) The document has correct syntax, including closed tags and proper nesting.
b) A DTD is a set of rules for XML document structure which includes allowed elements and attributes.
a) DTD
b) XML Schema
c) Namespace
d) XML Path
9. Which of the following can be used to transform an XML document into another XML document, an
HTML page or another format such as PDF?
a) XML Schema
b) XPath
c) XSLT
d) XML editor