4.1 number last() @author bob mcwhirter (bob @ werken.com)
number last()
190191192193194195196197198199200
"lang", new LangFunction() ); registerFunction( null, // namespace URI "last", new LastFunction() ); registerFunction( null, // namespace URI "local-name", new LocalNameFunction() );
194195196197198199200201202203204