RE: Exclude Attributes from select?

Subject: RE: Exclude Attributes from select?
From: Linda van den Brink <lvdbrink@xxxxxxx>
Date: Fri, 13 Oct 2000 13:29:07 +0200
> If i use <xsl:copy-of select="@*">, is there a possibility, 
> to exclude some attributes? 

You could use something like 

xsl:copy-of select="@*[not(self::attrib1)]"

Linda


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


Current Thread