[xsl] php:join() equiv in XSL/XPath 1.0?

Subject: [xsl] php:join() equiv in XSL/XPath 1.0?
From: Phillip B Oldham <phillip.oldham@xxxxxxxxxx>
Date: Tue, 28 Feb 2006 18:36:29 +0000
Hi guys

I'm looking for a quick way to join node values with a seperator, similar to the join function in PHP/Perl/etc. concat() is fine, but I'd rather pass a nodeset, something like join( ', ', /root/list/* ).

Can anyone help me out?

Current Thread