[Bug 27098] possibility of functions to return multiple arguments which can be used in the argumentlist of a functioncall.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27098

--- Comment #3 from Michael Kay <mike@saxonica.com> ---
>This all could be done in the background if function f()'s result could be interpreted as a sequence of arguments within the call to function g#2.

That is very difficult to achieve given that the number of arguments (arity) in
the function call to g is used when deciding which function is being called.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 20 October 2014 09:09:57 UTC