RE: Exclude Attributes from select?

Subject: RE: Exclude Attributes from select?
From: "Nick-Lawson.org" <nick@xxxxxxxxxxxxxxx>
Date: Sat, 14 Oct 2000 17:31:41 +0100
>
> If i use <xsl:copy-of select="@*">, is there a possibility,
> to exclude some attributes?
> .......
> Grüße,
> 	Rainer

Why not just:

  <xsl:copy-of select="@*[name() != 'title' and name() != 'etc']"/>

Nick Lawson



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


Current Thread