RE: [xsl] Problem with not() function.

Subject: RE: [xsl] Problem with not() function.
From: Jarno.Elovirta@xxxxxxxxx
Date: Tue, 9 Oct 2001 09:25:44 +0300
> <xsl:template match="sub-title">  
>    <xsl:apply-templates select="*[not(self::para[1]) and 

not(self::para[1]) will return false for all para elements. Use
not(self:para[not(preceding-sibling::para)]) instead.

Jarno

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


Current Thread