RE: [xsl] Selecting all the children accept those with particular attributevalues

Subject: RE: [xsl] Selecting all the children accept those with particular attributevalues
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Fri, 2 Feb 2001 09:49:47 -0000
> In one of the templates in my stylesheet I need to match all 
> the children of
> the current node except those with @att equal to value1 or 
> value2.

select="*[not(@att='value1' or @att='value2')]>

Mike Kay 

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


Current Thread