?
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-')


Answer: C

Computer Science & Information Technology

You might also like to view...

This property allows the developer to specify the type of files that will appear in a dialog box.

a. InitialFile property b. FileFilter property c. Files property d. Filter property

Computer Science & Information Technology

An expression using the ____________ operator evaluates to the operator’s left operand if it’s not null; otherwise, the expression evaluates to the operator’s right operand.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

You cannot enable your computer to act as a Remote Desktop Connection host if you have which one of the following Vista editions?

A) Vista Ultimate B) Vista Home Basic C) Vista Business D) Vista Enterprise

Computer Science & Information Technology

Identifiers in MySQL are quoted using the ____________________ character.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology