xsl-list
[Top] [All Lists]

Re: [xsl] Filtering out a specific attribute

2009-11-09 09:07:17
Neat! I'm using XSLT 2.0.
Thanks Martin.
Mark

--------------------------------------------------
From: "Martin Honnen" <Martin(_dot_)Honnen(_at_)gmx(_dot_)de>
Sent: Monday, November 09, 2009 5:53 AM
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Subject: Re: [xsl] Filtering out a specific attribute

Mark Wilson wrote:

I know that <xsl:copy-of select="Heading/@*"/> copies all of the attributes. How do I copy all the attributes except a specific one, say: @id ?

With XSLT 2.0 you can literally write that
  <xsl:copy-of select="Heading/@* except Heading/@id"/>

--

Martin Honnen
http://msmvps.com/blogs/martin_honnen/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--





--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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