Martin Honnen
Mitglied
Eventuell reicht "translate", sonst gibt es mit XSLT 2.0 auch "replace"::
Code:
<xsl:value-of select="for $col in $cols
return
(if (key('k1', $col/@key, current())) then replace(key('k1', $col/@key, current()), '\n', '') else '')" separator="{$cs}"/>