Re: select question

Subject: Re: select question
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 8 Mar 2000 12:35:24 GMT
 
   <xsl:apply-templates select="not x"/>

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

     <xsl:apply-templates select="child::x != 1"/>

<xsl:apply-templates select="x[position() != 1]"/>

David


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


Current Thread