RE: [xsl] losing significant whitespace with normalize-space

Subject: RE: [xsl] losing significant whitespace with normalize-space
From: "Bradford, Denis" <denisb@xxxxxxxxxxxx>
Date: Tue, 16 Jul 2002 16:16:41 -0400
You're right, the translation worked like a champ, just needed a space in
the replacement string:

   <xsl:template match="text()">
     <xsl:value-of select="translate(., '&#xA;&#xD;', ' ')"/>
   </xsl:template>

Many thanks for all the (quick) help!
Denis

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread