Re: [xsl] Controlling which nodes to process

Subject: Re: [xsl] Controlling which nodes to process
From: Oliver Becker <obecker@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 6 Jul 2001 15:23:34 +0200 (MET DST)
> is there an expression to select all the children except one ? 
> something as : <xsl:apply-templates select="* and not( caption)"/> 

<xsl:apply-templates select="*[not(self::caption)]"/> 

Cheers,
Oliver

/-------------------------------------------------------------------\
|  ob|do        Dipl.Inf. Oliver Becker                             |
|  --+--        E-Mail: obecker@xxxxxxxxxxxxxxxxxxxxxxx             |
|  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/


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


Current Thread