IBM
C2040-403 · Question #40
Given the XForms Instance: Which of the following is an absolute XPath query that will return all the book elements written in English?
The correct answer is D. instance('INSTANCE')/bookstore/book[@lang="en"]. See the full explanation below for the reasoning.
Question
Given the XForms Instance:
Which of the following is an absolute XPath query that will return all the book elements written in English?
Exhibit
Options
- Abookstore/book[lang="en"]
- Bbookstore/book[@lang="en"]
- Cinstance('INSTANCE')/bookstore/book[lang="en"]
- Dinstance('INSTANCE')/bookstore/book[@lang="en"]
How the community answered
(22 responses)- A5% (1)
- B5% (1)
- C9% (2)
- D82% (18)
Community Discussion
No community discussion yet for this question.
