[xsl] RE: user functions with variable number of parameters

Subject: [xsl] RE: user functions with variable number of parameters
From: Tony Nassar <tnassar@xxxxxxxxxxxxxxxx>
Date: Sun, 10 Aug 2008 17:30:21 -0700
Why wouldn't you just use string-join()?

-----Original Message-----
From: Bordeman, Chris [mailto:Chris.Bordeman@xxxxxxxxxxxxxxxxx]
Sent: Saturday, August 09, 2008 11:21 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] user functions with variable number of parameters

I want to create a function that accepts any number of strings, and
concatenates them using carriage return/linefeeds.

How do I declare it and loop through the items?

Thanks.

Current Thread