xml editor

Supported platforms

Compatible with Windows7 & Mac OS X Snow Leopard

Ready for data server software
[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: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Fri, 28 Feb 2003 18:02:02 +0200

Scott Moore wrote:

<xsl:template match="text()">
 <xsl:if test="not(normalize-space(text()) = ' ')">

^


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

'.


normalize-space() doesn't remove all whitespace, just condenses all adjacent
whitespace to one space.

But it does remove leading and trailing space, so normalize-space(' ') = ''

--
Oleg Tkachenko
Multiconn Technologies, Israel


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




Current Thread
XML Editor | XML Author | WYSIWYG Editors | Schema Editor | XSD Documentation | XSL/XSLT Editor | XQuery | XML Databases | SVN Client
© 2002-2011 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy | This website was created & generated with <oXygen/>®XML Editor