4.2 string substring-before(string,string) @author bob mcwhirter (bob @ werken.com)
string substring-before(string,string)
242243244245246247248249250251252
"substring-after", new SubstringAfterFunction() ); registerFunction( null, // namespace URI "substring-before", new SubstringBeforeFunction() ); registerFunction( null, // namespace URI "substring", new SubstringFunction() );
246247248249250251252253254255256