Re: Stylesheet to remove comments and insignificant whitespace2003-02-28 09:02:02Scott Moore wrote: <xsl:template match="text()"> <xsl:if test="not(normalize-space(text()) = ' ')">
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
|
|
||||||||||||||||