RE: Exclude Attributes from select?

Subject: RE: Exclude Attributes from select?
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 13 Oct 2000 13:41:43 +0100
> If i use <xsl:copy-of select="@*">, is there a possibility, 
> to exclude some attributes?

<xsl:copy-of select="@*[not(self::meta or self::title)]"/>

Mike Kay
 
> 
> Is there nothing like select="!META&!TITLE" 
> (or select="!(META|TITLE)")?
> 
> 


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


Current Thread