RE: [xsl] Converting for-each into one string

Subject: RE: [xsl] Converting for-each into one string
From: "Bordeman, Chris" <Chris.Bordeman@xxxxxxxxxxxxxxxxx>
Date: Wed, 20 Aug 2008 16:22:38 -0500
Never mind, I surrounded the for-each in a value-of and that seems to do
it.

-----Original Message-----
From: Bordeman, Chris [mailto:Chris.Bordeman@xxxxxxxxxxxxxxxxx]
Sent: Wednesday, August 20, 2008 4:18 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] Converting for-each into one string

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