Exam 5: Working With Xslt and Xpath
Exam 1: Creating an Xml Document91 Questions
Exam 2: Validating an Xml Document91 Questions
Exam 3: Working With Basic Schemas91 Questions
Exam 4: Working With Advanced Schemas91 Questions
Exam 5: Working With Xslt and Xpath91 Questions
Exam 6: Working With Xslt Functional Programming91 Questions
Exam 7: Creating Element Groups91 Questions
Exam 8: Combining Xml and Php91 Questions
Exam 9: Working With Xml and Databases91 Questions
Select questions type
Which of the following parts of a source document is NOT considered a node?
(Multiple Choice)
4.8/5
(41)
Which of the following XPath expressions for relative paths refers to the context node itself?
(Multiple Choice)
4.8/5
(31)
If there are multiple nodes that match the location path, you can create a style for each matching node using the _____ instruction.
(Multiple Choice)
4.9/5
(32)
Which of the following XPath expressions for relative paths refers to the parent of the parent of the context node?
(Multiple Choice)
4.9/5
(38)
The xsl:choose element provides a condition from which to choose.
(True/False)
4.8/5
(37)
The _____ element is applied when no conditions are satisfied.
(Multiple Choice)
4.7/5
(42)
XSL-FO (Extensible Stylesheet Language - Formatting Objects) is used to transform the contents of an XML document into another document format.
(True/False)
4.8/5
(41)
A(n) _____ is a collection of styles that are applied to a specific node set within the source document.
(Short Answer)
4.8/5
(37)
Set the indent attribute to yes to make the code in your result document easier to read.
(True/False)
4.8/5
(35)
A(n) predicate result element is any element that is not part of the XSLT vocabulary but is sent directly into the result document as raw text.
(True/False)
4.8/5
(32)
Jeremy has been using XML to organize data for a company that manufactures medical devices. He knows you have experience writing XML data to an output file using XSLT and XPath, and asks for your help improving the display of his data.
-Jeremy has been asked to create an output document written in HTML5, but is not sure how to insure the final file will meet this requirement. Which output element do you suggest he use to generate a file that will conform to valid HTML5 standards?
(Multiple Choice)
4.8/5
(41)
When using the sort instruction, if no attribute values are specified then the nodes are sorted in ascending order with _____ characters sorted first and the language determined by the operating system.
(Multiple Choice)
4.8/5
(35)
_____ result elements are any elements that are not part of the XSLT vocabulary but instead are sent directly to the result document as raw text.
(Multiple Choice)
4.9/5
(37)
Like many other programming languages, XSLT supports an else-if construction.
(True/False)
4.8/5
(31)
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.
(Essay)
4.8/5
(34)
You can test for the presence or absence of an attribute or element by entering the attribute or element name without any _____ operator.
(Multiple Choice)
4.7/5
(36)
XPath supports the wildcard character ( _____ ) to reference nodes of any type or name.
(Multiple Choice)
4.8/5
(43)
Hue is developing an XSLT style sheet to display data from a research survey. The structure of the surveys.xml file is shown in the accompanying figure. She comes to you for assistance in preparing the final file.
-Hue would like to display the value of the date element in her result document. Which of the following do you tell her shows the correct code to use to display this information?

(Multiple Choice)
4.9/5
(35)
A(n) _____ path is a path that always starts from the root node and descends down through the node tree to a particular node or node set.
(Multiple Choice)
4.9/5
(37)
Showing 41 - 60 of 91
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)