Multiple Choice
May has experience developing applications using XSLT 1.0, and would like to take advantage of some of the added features of XSLT 2.0 in developing a new application. She comes to you for help implementing some of these new features.
-May is working with regular expressions, and would like to write a function that splits the contents of the employees element into a sequence of strings at every occurrence of a white space character such as a blank space, tab, or newline character. You recommend she use the function _____.
A) tokenize(employees, '\s-')
B) tokenize(employees, '\x+')
C) tokenize(employees, '\s+')
D) tokenize(employees, '\x-')
Correct Answer:

Verified
Correct Answer:
Verified
Q48: A(n) _ is any ordered list of
Q49: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TBX9153/.jpg" alt=" -The code in
Q50: XPath 2.0 provides the _ function to
Q51: You can create atomic values based on
Q52: In XSLT 1.0, there are several numeric
Q54: The group-by attribute specifies the node set
Q55: In XPath 2.0, date and time values
Q56: The retrieve() function is an XPath 2.0
Q57: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TBX9153/.jpg" alt=" -The accompanying figure
Q58: May has experience developing applications using XSLT