Re: select question

Subject: Re: select question
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 8 Mar 2000 14:17:13 GMT
   you can use the following:
	<xsl:apply-templates select="*[name()!='x']"/>

you can but it's better (in a namespace world) to use not(self::x) as
name(.) ='x' won't work if the document is using a prefix for the
namespace.

David


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


Current Thread