Re: [xsl] match all attributes except @foo

Subject: Re: [xsl] match all attributes except @foo
From: Mark Lundquist <ml@xxxxxxxxxxxxxx>
Date: Sat, 10 Apr 2004 07:04:20 -0700
On Apr 8, 2004, at 6:51 PM, Jeff Moss wrote:

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

...or something like that


right, the predicate is


[name() != 'foo']

so, as promised...

"D'oh!"

:-)
thanks,
mark

Current Thread