[Home] [By Thread] [By Date] [Recent Entries]
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
|

Cart



