Subject: template accepting variable number of params
From: "Alex Reuter" <areuter@xxxxxxxxxxxxxxxx>
Date: Tue, 27 Mar 2001 18:25:34 -0500
|
Hello List,
Is there any way in XSLT to have a template which accepts a variable number
of parameters?
Ideally I'd like to be able to pass in between 3-10 phrases and display them
in a specific way. The only thing I can think of is to have 10 parameters
and not always pass them all in, but this requires a lot of testing for null
which could cause a performance hit. Any suggestions?
Thanks,
Alex
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|