UGRD IT6316 XML Based Web Applications
UGRD IT6316 XML Based Web Applications
An XML declaration contains details that set up an XML processor in parsing the
document
True
XHTML
This is the syntax for defining parts of an XML document as well as to extract
information on it.
PATH
True
The XML declaration should be the on the very first line of the document.
True
This is a way for XML to send special instructions to the XML Parser.
Processing Instructions
True
CDATA is intended primarily for human users. It adds more readability to the source
code.
False
Validation is a way for XML to send special instructions to the XML Parser.
False
<name/>
<Book>
<title>Harry Potter</title>
<author>JK Rowling</author>
<genre>Fantasy</genre>
</Book>
True
Comments are components of an XML document, but the contents are skipped by
the XML parser
False
This technology takes an XML file and converts it into other format.
XLST
QUIZ 2
True
Which of the following statements about XML Syntax is TRUE?
You can use either single quote or double quote for the attribute elements.
Tag
XML Schema uses XML syntax for describing XML Document Structure.
True
Character Data
True
This is an XML component contains details that set up an XML processor in parsing
the document.
Declaration
The XML parser usually contains basic syntax rules and checks if the XML document
followed these rules.
True
Validation
True
This is an XML document that is well-defined and follows a special set of rules from a
document definition.
This XML component does not affect the document itself but is intended primarily
for human users.
Comment
XML Validation has two ways: Data Type Definition and XML Schema.
False
Entities
A Document Definition is an XML Document that follows all the syntax rules.
False
Namespaces make an element in an XML document unique.
True
BusinessCard1