[xquery-talk] Function for determining one XPath as subset of another

Pavel Velikhov pavel.velikhov at gmail.com
Thu Jan 28 08:20:34 PST 2016


Hmm.. testing subsumption is not as trivial as I thought. Here's a cleaner
way to do it: represent both path expressions as DFAs and then test
subsumption. You'll get DFAs A and B and then test if minimized(B-A) is
empty.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://x-query.com/pipermail/talk/attachments/20160128/a3f76830/attachment.html>


More information about the talk mailing list