Google News
logo
XPath - Interview Questions
Which XPath function helps to remove unnecessary Whitespaces in a string?
The normalize-space function strips white-space from a string to replace sequences of whitespace characters with a single space and return the resulting string.
Advertisement