What does XPath stand for?
What is the root node symbol in XPath?
What does // represent in XPath?
What does @ symbol denote in XPath?
Which of the following selects all <book> elements?
What does the ancestor axis select in XPath?
What is the result of //book[price>35]?
What does the expression //book[1] mean?
What does the following-sibling axis select?
Which XPath selects all attributes named lang?
Which version of XPath introduced strong typing and regular expressions?
What does the XPath 2.0 tokenize() function return?
In XPath 2.0, what does the expression matches("XML123", "\d+") return?
Which XPath version introduced sequence manipulation?
What does every $x in (1, 2, 3) satisfies $x > 0 evaluate to?