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
You can test for the presence or absence of an attribute or element by entering the attribute or element name without any comparison operator.
Free
(True/False)
4.7/5
(35)
Correct Answer:
True
The match attribute of the xsl:template element is used to design the output format for the specified node set.
Free
(True/False)
4.7/5
(32)
Correct Answer:
True
The root document contains the data that will be transformed using a style sheet.
Free
(True/False)
4.9/5
(31)
Correct Answer:
False
The xsl:value-of element applies a template for the selected nodes.
(True/False)
4.7/5
(34)
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.
(Short Answer)
4.8/5
(33)
The _____ attribute of the output element sets the system identifier in the <!DOCTYPE> declaration.
(Multiple Choice)
4.9/5
(31)
New elements can be combined with predicates, conditional statements, and the _____ instruction to create a subset of the original source document in a new structure.
(Multiple Choice)
4.8/5
(35)
_____ was released in 1999 and enjoys universal support with XML processors and web browsers.
(Multiple Choice)
4.9/5
(44)
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 would like to reference all the nodes in the node tree, and asks if it will be necessary to type them all out individually. You reassure him that he can select all the nodes in the node tree using the short path expression _____.
(Multiple Choice)
4.7/5
(45)
If there are multiple nodes that match the location path, you can create a style for each matching node using the for-each instruction.
(True/False)
5.0/5
(35)
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 installed the .NET framework and the Saxon XSLT processor. He has developed a style sheet named devices.xsl, and would like to use it to transform his devices.xml file into a web page named devices.html he can display in a browser. However, he is unsure which command to enter to execute this process. Which command do you tell him to use to transform the file correctly?
(Multiple Choice)
4.8/5
(48)
The _____ language, which was introduced by W3C, is used to access and navigate the contents of a data tree.
(Short Answer)
5.0/5
(31)
One of the functions of XPath is to translate this hierarchical structure into an expression called a(n) _____ that references a specific node or node set from the source document.
(Short Answer)
4.8/5
(35)
If the root element in the result document is the XHTML element, then the result document will be created as an XHTML file.
(True/False)
4.9/5
(39)
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 access the response attribute of the question element. Assume the question element is the context node. Which of the following do you tell her represents the relative path to this attribute?

(Multiple Choice)
5.0/5
(37)
A(n) predicate can also indicate the position of a node in the node tree.
(True/False)
4.7/5
(31)
A(n) _____ is any element that is part of the XSLT vocabulary.
(Short Answer)
4.8/5
(38)
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 access the response attribute of the question element. Which of the following do you tell her represents the absolute reference to this attribute?

(Multiple Choice)
5.0/5
(42)
_____ processing is a programming technique that applies different styles based on the values from the source document.
(Short Answer)
4.8/5
(42)
Showing 1 - 20 of 91
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)