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