xsl-list
[Top] [All Lists]

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

2018-06-14 08:27:38
On 14.06.2018 15:21, Costello, Roger L. costello(_at_)mitre(_dot_)org 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.
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>