xsl-list
[Top] [All Lists]

Re: [xsl] Keys with duplicates should be simple

2014-02-01 15:07:17
On 01/02/2014 00:11, Graydon wrote:
I still want a better syntax for using negated except in predicates,
such as:

div[not(* except (heading,para))]

div[every $e in * satisfies $e/(self::heading or self::para)]


?

David


--
google plus: https:/profiles.google.com/d.p.carlisle

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