Google News
logo
XPath - Interview Questions
What is the meaning of absolute path in XPath?
An absolute path starts with root node or with '/'.
 
For Example :
 
/company/employee - It will select employee nodes within class root node.
Advertisement