RE: Using the not function

Subject: RE: Using the not function
From: "Harbarth, Juliane" <Juliane.Harbarth@xxxxxxxxxxxxxx>
Date: Mon, 17 Jan 2000 11:01:34 +0100
> From: Brett McLaughlin [mailto:bmclaugh@xxxxxxxx]
> Sent: Monday, January 17, 2000 5:22 AM
> Subject: Using the not function
> ...
> <xsl:apply-templates select="[all but element3]" />
> ...

<xsl:apply-templates select="*[name() != 'element3']" />

regards, Juliane.


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


Current Thread