Re: Using the not function

Subject: Re: Using the not function
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 17 Jan 2000 10:17:19 GMT
] <xsl:apply-templates select="*[name() != 'element3']" />

incidentally does anyone know if using name() is more or less efficient
than using self:: as in

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

I used to use name() I seem to have switched to using self::, but I am
not sure I remember why.

David


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


Current Thread