Re: [xsl] Stylesheet to remove comments and insignificant whitespace

Subject: Re: [xsl] Stylesheet to remove comments and insignificant whitespace
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Fri, 28 Feb 2003 10:25:50 -0500
Scott,

What's the reason for the space here?

At 09:18 AM 2/28/2003, you wrote:
 <xsl:template match="text()">
  <xsl:if test="not(normalize-space(text()) = ' ')">
^

LF-only whitespace will pass this test, since normalized it's = '' not = ' '.

Cheers,
Wendell


___&&__&_&___&_&__&&&__&_&__&__&&____&&_&___&__&_&&_____&__&__&&_____&_&&_ "Thus I make my own use of the telegraph, without consulting the directors, like the sparrows, which I perceive use it extensively for a perch." -- Thoreau


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



Current Thread