[xsl] copy-of select all attributes except one

Subject: [xsl] copy-of select all attributes except one
From: "Braumuller, Hans" <H.Braumueller@xxxxxxxxxxxx>
Date: Thu, 14 Nov 2002 16:52:49 +0100
Hi,

short problem, 

i want with one X-Path statement copy all attributes except one (@art).

xml
...
<table art="frame" id="tableFrame" class="tableFrame"  rules="rows"
frame="void" bordercolor="#8390BE"/>
...

xsl (pseudo-code)
...
<table>
<xsl:copy-of
select="$properties/root/body/tables/table[@art='frame']/@*[not(@art)]"/
>
...

Please excuse my FAQ

Greetings from Hamburg, Germany

Hans Braumuller 
Systementwickler Web-Design 
Hanse Orga AG
Sportallee 41 
D-22335 Hamburg 
Telefon: (+49) 040 51 48 08-62 
Telefax: (+49) 040 51 48 08-88 
E-Mail: h.braumueller@xxxxxxxxxxxx 
http://www.hanseorga.com

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


Current Thread