Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
New Perspectives on XML Comprehensive
Quiz 1: Creating an Xml Document
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 61
Multiple Choice
Case 1-2 Clarisa is tracing through her XML code to find syntax errors. -Finally, Clarisa double-checks all of the entity references used in the document. Which of the following is NOT one of the entity references that XML supports?
Question 62
Multiple Choice
Case 1-1 Ryan is new to the use of XML, so he has a lot of basic questions about the fundamentals, including some philosophical questions about the language. -Ryan has heard that an XML document must be well-formed. Which of the following is NOT a characteristic of a well-formed document?
Question 63
Short Answer
If an XML document is part of a vocabulary which has a defined DTD or schema, it also needs to be tested to ensure that it satisfies the _____ of that vocabulary.
Question 64
Multiple Choice
_____ is the style sheet standard developed for use with HTML on the web.
Question 65
Multiple Choice
Case 1-2 Clarisa is tracing through her XML code to find syntax errors. -Clarisa begins by looking for incorrect element names. Which of the following is a problematic element name?
Question 66
Multiple Choice
Case 1-1 Ryan is new to the use of XML, so he has a lot of basic questions about the fundamentals, including some philosophical questions about the language. -Ryan asks how the rules for a given XML vocabulary are specified, and you explain that it is done using either a document type definition (DTD) or schema. Which of the following is NOT a true statement about DTDs and schemas?
Question 67
Multiple Choice
Case 1-1 Ryan is new to the use of XML, so he has a lot of basic questions about the fundamentals, including some philosophical questions about the language. -You tell Ryan about an important XML vocabulary called RSS. What is this vocabulary used for?
Question 68
Short Answer
A(n) _____ provides information about the rules used in the XML document's vocabulary.
Question 69
Short Answer
After declaring a default namespace, any _____ element or attribute is then considered part of this namespace unless a different namespace is declared within one of the child elements.
Question 70
Multiple Choice
Case 1-2 Clarisa is tracing through her XML code to find syntax errors. -Clarisa next looks at the elements that do not use nesting, and she finds one that is formatted incorrectly. Which of the following could it be?