Successfully added
Software Development
by Rory
XPath normalize-space
The normalize-space()
function returns the argument string with whitespace normalized by stripping leading and trailing whitespace and replacing sequences of whitespace characters with a single space.
//tagname[normalize-space()='value']
Referenced in:
Comments