[xsl] Converting for-each into one string

Subject: [xsl] Converting for-each into one string
From: "Bordeman, Chris" <Chris.Bordeman@xxxxxxxxxxxxxxxxx>
Date: Wed, 20 Aug 2008 16:18:27 -0500
I want my function to return xs:string, but it uses a for-each and so
the compiler complains:

"A sequence of more than one item is not allowed as the result of
function..."

How do I do this?

P.S. Really getting sick of XSL today.

Current Thread