Refer to the exhibit.
Using the provided XML snippet, which Xpath expression prints “Jane”?
//employee[1]/firstName/value()
//employee[0]/firstName/value()
//employee[1]/firstName/text()
//employee[0]/firstName/text()
Submit