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

Subject: Re: [xsl] user functions with variable number of parameters
From: Liam Quin <liam@xxxxxx>
Date: Sat, 9 Aug 2008 23:31:30 -0400
On Sat, Aug 09, 2008 at 10:21:00PM -0500, Bordeman, Chris wrote:
> I want to create a function that accepts any number of strings, and
> concatenates them using carriage return/linefeeds.

string-join(expression, "&#xa;")

may already do what you want.

Liam

-- 
Liam Quin, W3C XML Activity Lead, http://www.w3.org/People/Quin/
http://www.holoweb.net/~liam/ * http://www.fromoldbooks.org/

Current Thread