Subject: better way to say "all attrs except"?
From: Syd Bauman <Syd_Bauman@xxxxxxxxx>
Date: Sun, 5 Feb 2012 22:30:15 -0500
|
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
|