Re: match all attributes except @foo2004-04-10 07:04:20On 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
|
|
||||||||||||||||