xsl-list
[Top] [All Lists]

Re: [xsl] User defined function with variable number of arguments

2006-10-25 02:54:31

Can anyone confirm my understanding that in XSLT and XQuery I cannot create 
a function with a variable number of arguments,

true, you can define signatures for any fixed number of arguments, or,
as you say, use a sequence.

concat is as it is for xpath1, but even for built in functions they
resisted the temptation to add this feature. So I seem to find myself
using  
max((a,b))
quite often....

David

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>