Subject: Re: 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 |
|
Mike Brown - Fri, 28 Feb 2003 15:59:23 -0500 (EST) <=
Andrew Welch - Fri, 28 Feb 2003 09:35:07 -0500 (EST)
|
|