RE: [xsl] Variable number of arguments

Subject: RE: [xsl] Variable number of arguments
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 27 Jan 2006 00:12:56 -0000
>   To be more precise, not "10 different functions", but 10 overloads
> of the same function.
> 
> Here, the fact that the function name is the same in all 10 cases is
> really important.

Well, technically in XSLT/XQuery a function is identified by its name and
arity, and two functions with the same name and different arity are
completely unrelated to each other. 

But of course they aren't unrelated in the user's eyes.

Michael Kay
http://www.saxonica.com/

Current Thread