I did not understand the deep equal. is this a function to search similarity between 2 docs?
i'm looking for any open source script to execute xquery queries with more specificities and with specific query functions.
so i'm looking to compare my work with any existing work that offer keyword retrieval based on xquery.



De : "Lizzi, Vincent" <Vincent.Lizzi@taylorandfrancis.com>
À : BaseX Talk <basex-talk@mailman.uni-konstanz.de>; Mohamed kharrat <med_khr@yahoo.fr>
Envoyé le : Dimanche 26 juin 2016 1h16
Objet : Re: [basex-talk] xquery retrieval evaluation

Something like this might work for you:

deep-equal(doc($url1), doc($url2))

If you have specific rules about what makes two things equal you can write your own comparison function in XQuery.

Would you be able to provide a little more information about what you are trying to compare, and how the things to be compared are retrieved?

Vincent



From: basex-talk-bounces@mailman.uni-konstanz.de <basex-talk-bounces@mailman.uni-konstanz.de> on behalf of Mohamed kharrat <med_khr@yahoo.fr>
Sent: Saturday, June 25, 2016 7:09:30 PM
To: BaseX Talk
Subject: [basex-talk] xquery retrieval evaluation
 
Hello everybody,

is anyone have a system or solution  which can be available for comparing result with another retrieval system based on xquery.

Thanks for all.