Hi Patrick,
it is possible to connect two or more xml-databases with one xquery join in BaseX?
That's no problem; here's an arbitrary example:
for $a in basex:db('db1')//one for $b in basex:db('db2')//two where $a/@id = $b/@id return ....
Mails to our mailing list are preferred; as this might be of general interest, I also passed this on to our list.
Hope this helps, Christian
I did not find any possibilities to use this feature :(
Thank you a lot.
Patrick
basex-talk@mailman.uni-konstanz.de