xsl-list
[Top] [All Lists]

[xsl] better way to say "all attrs except"?

2012-02-05 21:30:29
For years I've used expressoins like
   @*[not(name(.)='xml:id' or name(.)='rend')]
to ask for all of the attributes *except* xml:id= or rend=. And some
time ago Jeni recommended essentially the same approach.[1] But I'm
wondering if that isn't an XPath 1-ish way to do things, and if there
isn't a nicer way to get the same set when using XSLT 2 (and thus can
make use of XPath 2).

Note
----
[1] http://www.dpawson.co.uk/xsl/sect2/N1553.html#d2256e890

--~------------------------------------------------------------------
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>