4.1 string namespace-uri(node-set?) @author bob mcwhirter (bob @ werken.com)
string namespace-uri(node-set?)
202203204205206207208209210211212
"name", new NameFunction() ); registerFunction( null, // namespace URI "namespace-uri", new NamespaceUriFunction() ); registerFunction( null, // namespace URI "normalize-space", new NormalizeSpaceFunction() );
206207208209210211212213214215216