Re: [xsl] how to delete an attribute after using it as a test

Subject: Re: [xsl] how to delete an attribute after using it as a test
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Sun, 17 Nov 2002 19:36:12 +0200
Noel Golding wrote:

******************************************
******************************************
**   HERE I WOULD LIKE TO COPY ALL
**   ATTRIBUTES EXCEPT @hidden and @label
******************************************
******************************************
-->

<xsl:copy-of select="@*[not(self::hidden or self::label)]"/> -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel


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



Current Thread