View the Exhibit. For the XML shown, which XPath expression returns exactly one node?
A.
/purchaseOrder//comment[not(following: : description) ]
B.
/purchaseOrder/orderDate
C.
/purchaseOrder/items/item[0]/quantity
D.
/purchaseOrder//item
Explanation:
A