Question 24:
Refer to the exhibit. Using the provided XML snippet, which Xpath expression prints "Jane"?
Answer options:
A. //employee[1]/firstName/value() B. //employee[0]/firstName/value() C. //employee[1]/firstName/text() D. //employee[0]/firstName/text()