Computer-Networks
November 27, 2023Algorithm-Paradigms
November 27, 2023Web-Technologies
|
Question 3
|
Consider the XML document fragment given below:

Consider the XPath expression: *[not (self)::TOC]
What would be the result of the given XPath expression when the current node is Book?
|
The Title and Content elements
|
|
|
The Content and TOC elements
|
|
|
The Title and TOC elements
|
|
|
The Title, Content and TOC elements
|
Question 3 Explanation:
Note: Out of syllabus.
Correct Answer: D
Question 3 Explanation:
Note: Out of syllabus.
