Google News
logo
XPath - Interview Questions
What do you understand by XPath number functions?
In XPath, number functions are used to fetch the different type of values from the expressions. For example, ceiling value, floor value etc.
 
There are four types of number functions in XPath :
 
* ceiling()
* floor()
* round()
* sum()
Advertisement