[xsl] apply templates to all attributes except for one

Subject: [xsl] apply templates to all attributes except for one
From: Tobi Reif <tobiasreif@xxxxxxxxxxxxx>
Date: Sat, 7 Jan 2006 19:38:07 +0100
Hi

In an XSLT I have the following:

  <xsl:apply-templates select="@*[not(local-name()='foo')]"/>

It works. But is there a more elegant (or at least shorter)
way to write this?

Tobi

Current Thread