4.2 string normalize-space(string) @author James Strachan (james@metastuff.com)
string normalize-space(string)
206207208209210211212213214215216
"namespace-uri", new NamespaceUriFunction() ); registerFunction( null, // namespace URI "normalize-space", new NormalizeSpaceFunction() ); registerFunction( null, // namespace URI "not", new NotFunction() );
210211212213214215216217218219220