Subject: Variable number of arguments
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Thu, 26 Jan 2006 13:57:43 +0100 (CET)
|
Hi
I'd like to write a function accepting a variable number of
arguments, like fn:concat(). What's the idiomatic way to do that?
Using a unique argument, a sequence of all argument? Like this pseudo
XSLT definition of fn:concat():
<xsl:function name="fn:concat" as="xs:string">
<xsl:param name="args" as="xdt:anyAtomicType+"/>
...
</xsl:function>
? Or is there other ways?
Regards,
--drkm
___________________________________________________________________________
Nouveau : tiliphonez moins cher avec Yahoo! Messenger ! Dicouvez les tarifs exceptionnels pour appeler la France et l'international.
Tilichargez sur http://fr.messenger.yahoo.com
| Current Thread |
|
Florent Georges - 26 Jan 2006 12:57:57 -0000 <=
Florent Georges - 26 Jan 2006 12:58:18 -0000
Florent Georges - 26 Jan 2006 17:09:16 -0000
|
|