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 trying to create a variable named productData that contains a sequence of zero to many element nodes, referenced by the XPath expression //products . You suggest she use the syntax _____ to create this variable.
A) <xs:variable name="productData" select="//products" as="element() *" />
B) <xs:variable name="productData" select="//products" as="element() " />
C) <xs:variable name="productData" as="//products" select="element() *" />
D) <xs:variable name="productData" as="//products" select="element() " />
Correct Answer:

Verified
Correct Answer:
Verified
Q75: One of the uses of the duration
Q76: XPath 2.0 introduced the doc() function to
Q77: The names of all user-defined functions need
Q78: The _ function can be used to
Q79: The format-dateTime() function can be used only
Q81: When used to format a date value,
Q82: When groups are based on a value
Q83: XPath 2.0 replaces the XPath 1.0 concept
Q84: To create structured content, you can use
Q85: The regular expression flag _ specifies that