What is the correct syntax of the declaration which defines the XML version?
Responda
<?xml version="1.0"?>
<?xml version="1.0" />
<xml version="1.0" />
Questão 5
Questão
What does DTD stand for?
Responda
Do The Dance
Document Type Definition
Direct Type Definition
Dynamic Type Definition
Questão 6
Questão
Is this a "well formed" XML document?
<?xml version="1.0"?>
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>
Responda
True
False
Questão 7
Questão
Is this a "well formed" XML document?
<?xml version="1.0"?>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
Responda
True
False
Questão 8
Questão
Which statement is true?
Responda
All XML elements must be properly closed
All XML documents must have a DTD
All the statements are true
All XML elements must be lower case
Questão 9
Questão
Which statement is true?
Responda
XML tags are case sensitive
XML elements must be properly nested
All the statements are true
XML documents must have a root tag
Questão 10
Questão
XML preserves white spaces
Responda
True
False
Questão 11
Questão
Is this a "well formed" XML document?
<?xml version="1.0"?>
<note>
<to age="29">Tove</to>
<from>Jani</from>
</note>
Responda
True
False
Questão 12
Questão
XML elements cannot be empty
Responda
True
False
Questão 13
Questão
Which is not a correct name for an XML element?
Responda
<h1>
<Note>
All 3 names are incorrect
<1dollar>
Questão 14
Questão
Which is not a correct name for an XML element?
Responda
<first name>
<NAME>
All 3 names are incorrect
<age>
Questão 15
Questão
Which is not a correct name for an XML element?
Responda
All 3 names are incorrect
<phone number>
<7eleven>
<xmldocument>
Questão 16
Questão
XML attribute values must always be enclosed in quotes
Responda
True
False
Questão 17
Questão
What does XSL stand for?
Responda
eXtensible Style Listing
eXtra Style Language
eXtensible Stylesheet Language
eXpandable Style Language
Questão 18
Questão
What is a correct way of referring to a stylesheet called "mystyle.xsl"