[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

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


Subject: Re: [xsl] Stylesheet to remove comments and insignificant whitespace
From: Mike Brown <mike@xxxxxxxx>
Date: Fri, 28 Feb 2003 14:02:11 -0700 (MST)

Scott Moore wrote:
> I'm in the process of creating a stylesheet which removes all comments from
> the source document but keeps everything else.  I would also like to remove
> all insignificant whitespace

Here's what I used:

  http://skew.org/xml/stylesheets/condense/

Note that the suggestion of using xsl:strip-space most likely needs to
be supplemented with the use of xsl:preserve-space as well, since you
don't want whitespace-only text nodes occurring with xsl:text to be
stripped.

Mike

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



Current Thread