[Home] [By Thread] [By Date] [Recent Entries]

Subject: RE: 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
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member