xsl-list
[Top] [All Lists]

match all attributes except @foo

2004-04-08 16:51:04

I'm sure I will say 'doh!' when I see the answer to this one :-), but...

I currently have this inside an <xsl:copy>:

              <xsl:apply-templates select="node() | @*" />

The second branch of that union selects all attributes. I want to change it so that it matches all attributes except for the attribute 'foo'.

IOW, my <xsl:copy> should filter out @foo.  How do I do it?

Thanks a lot,
mark



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