[Home] [By Thread] [By Date] [Recent Entries]
Wendell Piez wrote: > At 12:19 PM 8/23/2002, Mike wrote: > >> TSchutzerWeissmann@xxxxxxxxxxxxxxxx wrote: >> > <xsl:template match="text()[ >> > string-length(translate(.,'	

 ',''))=0]"/> >> >> This can be shortened to >> >> <xsl:template match="text()[translate(.,'	
 ','')]"/> > > > And what of text()[normalize-space()] ? Maybe I'm to pedantic, but only *almost* ;-) Your expression is the same as Mike's, but his one not the same as Tom's expression. <xsl:template match="text()[
string-length(translate(.,'	

 ',''))=0]"/><xsl:template match="text()[not(translate(.,'	
 ',''))]"/> ----------------------------^^^ <xsl:template match="text()[not(normalize-space())]"/> ----------------------------^^^ Regards, Joerg XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



