[xsl] Variable number of arguments

Subject: [xsl] Variable number of arguments
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Thu, 26 Jan 2006 13:57:52 +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