Multiple Choice
Sandra is working with an XML file containing product orders with the structure shown in the accompanying figure. She was just introduced to step patterns, and would like to incorporate them into the style sheet she is developing to display the orders data. She comes to you for help in developing expressions incorporating step patterns.
-Sandra would like to write an expression to create a node set of all the items elements. Which of the following do you tell her is the correct expression?
A) orders::order/items
B) items=order/items
C) orders/order[items]
D) orders::order/@items
Correct Answer:
Verified
Related Questions