xsl-list
[Top] [All Lists]

Re: match all attributes except @foo

2004-04-10 07:04:20

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



<Prev in Thread] Current Thread [Next in Thread>