4.1 string local-name(node-set?) @author bob mcwhirter (bob @ werken.com)
string local-name(node-set?)
194195196197198199200201202203204
"last", new LastFunction() ); registerFunction( null, // namespace URI "local-name", new LocalNameFunction() ); registerFunction( null, // namespace URI "name", new NameFunction() );
198199200201202203204205206207208