Google News
logo
XPath - Interview Questions
What do you understand by XPath comparison operator?
XPath comparison operator is used to compare one value to another. There are different type of comparison operators :
 
* =
* !=
* <
* >
* <=
* >=

Advertisement