Solved

Identify the Letter of the Choice That Best Matches the Phrase

Question 25

Matching

Identify the letter of the choice that best matches the phrase or definition.

Premises:
Function to return the maximum value from node-set
Extension used to create a loop with the Saxon processor
Element used to simplify grouping in XSLT 2.0
Function to return nodes with the highest value in node-set
Axis value that selects all children of the context node
Function used to test availability of an extension function
Part of the step pattern that species the direction the XSLT processor should move
Used to distinguish one template from another when applied to the same node set
Axis value that selects all namespace nodes of the context node
Indicates an optional ID
Responses:
function-available
#IMPLIED
for-each-group
axis
while
namespace
math.highest(node-set)
mode attribute
math.max(node-set)
child

Correct Answer:

Function to return the maximum value from node-set
Extension used to create a loop with the Saxon processor
Element used to simplify grouping in XSLT 2.0
Function to return nodes with the highest value in node-set
Axis value that selects all children of the context node
Function used to test availability of an extension function
Part of the step pattern that species the direction the XSLT processor should move
Used to distinguish one template from another when applied to the same node set
Axis value that selects all namespace nodes of the context node
Indicates an optional ID
Related Questions