fn:normalize-space

fn:normalize-space() → string?

Function signature

Result

xs:string ?

Eliminates redundant spaces from the string value of the context node

XPath 2.0 Specification


fn:normalize-space( string? $srcval) → string?

Function signature

$srcval

xs:string ?

Result

xs:string ?

Eliminates redundant spaces from a string

XPath 2.0 Specification


Expand

Up  Next