Re: [xsl] <xsl:apply-templates select="not('nodename')"/> ?

Subject: Re: [xsl] <xsl:apply-templates select="not('nodename')"/> ?
From: Michael Rothwell <rothwell@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 27 Aug 2002 13:46:56 -0400
Thanks, everyone! I went with this suggestion:

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

And it does what I want for it to do. I really appreciate the suggestions made by everyone. What a great group!

-Michael


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



Current Thread