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 5: Working With Xslt and Xpath
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 81
Matching
Identify the letter of the choice that best matches the phrase or definition.
Premises:
Responses:
An open source standalone processor supporting XSLT 2.0
Root node
Language used to access and navigate the contents of an XML data tree
Ancestor node
Node at the top of a branch
Literal result elements
Premises:
An open source standalone processor supporting XSLT 2.0
Language used to access and navigate the contents of an XML data tree
Node at the top of a branch
Responses:
Root node
Ancestor node
Literal result elements
Question 82
Short Answer
A(n) _____ is any element that is part of the XSLT vocabulary.
Question 83
Short Answer
A(n) _____ is a collection of styles that are applied to a specific node set within the source document.
Question 84
Essay
Describe at least four tips to keep in mind to promote the creation of clear, effective XSLT style sheets.
Question 85
Short Answer
A(n) _____ is the text contained within an element.
Question 86
Short Answer
Rather than nesting the entire collection of attributes, those attributes can be grouped within a(n) _____, which allows you to add several attributes to the same element without having a long nested statement.
Question 87
Essay
One of the functions of XPath is to translate the hierarchical structure of an XML document into an expression called a location path that references a specific node or node set from the source document. The location path can be written in either absolute or relative terms. Provide a description of both absolute and relative paths, and provide an example of the general form of each.
Question 88
Short Answer
Most locations are written using relative paths in which the location path starts from a particular node (not necessarily the root node) called the _____ node.
Question 89
Short Answer
In the process of creating the HTML file, the XSLT processor uses HTML tags to create a(n) _____, which is composed of the element, attribute, text, and other nodes.
Question 90
Essay
XPath operates by expressing the contents of the source document in terms of nodes. List at least four objects from an XML document that are considered nodes of that document, and two objects that are NOT considered nodes.