Re: [xsl] Need an XPath expression for: $B is not contained in $A

Subject: Re: [xsl] Need an XPath expression for: $B is not contained in $A
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 14 Jun 2018 13:27:35 -0000
On 14.06.2018 15:21, Costello, Roger L. costello@xxxxxxxxx wrote:
Do you see any problems with using this XPath to solve the problem:



not(some $i in $B/ancestor::* satisfies $i is $A)

That seems fine.


Current Thread