(: simple parse test :) declare function local:print($src as xs:string, $dest as xs:string) { concat($src,"->", $dest) }; local:print("sss","bbb")