Page 1 of 1

Refer to the exhibit. Using the provided XML snippet, which Xpath expression prints "Jane"?

Posted: Fri Jul 22, 2022 5:27 pm
by answerhappygod
Refer to the exhibit. Using the provided XML snippet, which Xpath expression prints "Jane"?
Refer To The Ex 1
Refer To The Ex 1 (8.77 KiB) Viewed 59 times
A. //employee[1]/firstName/value()
B. //employee[0]/firstName/value()
C. //employee[1]/firstName/text()
D. //employee[0]/firstName/text()