[xquery-talk] Problems with user defined functions

Per Bothner per at bothner.com
Thu Dec 2 14:42:01 PST 2004


sandhya rao wrote:

> String userFunctions = " define myFunction() { ... }
> ";

Try "declare function myFunction() { ... }" - or with
the older syntax "define function myFunction() { .... }.
-- 
	--Per Bothner
per at bothner.com   http://per.bothner.com/


More information about the talk mailing list