Re: [xsl] Find First Descendants That Match Predicate?

Subject: Re: [xsl] Find First Descendants That Match Predicate?
From: "Peter Flynn peter@xxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 27 Dec 2018 17:16:32 -0000
On 27/12/2018 15:15, Eliot Kimber ekimber@xxxxxxxxxxxx wrote:
That seems too easy (
[...]
o;?On 12/25/18, 12:42 PM, "Wendell Piez wapiez@xxxxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
How about
.//*[title] except .//*[title]//*[title]

Shouldn't that be .//*[title] except .//*[title]/*[title]
to exclude those with immediate children with a title, rather than excluding those which have any-depth descendants with a title?


P

Current Thread