Re: [basex-talk] Xquery over all collections
24 Feb
2013
24 Feb
'13
11:59 a.m.
Hi Lukas Sorry to be so long in actually picking this up... but I think that let $r := (collection('A'), collection('B'),collection('C'))//br is a lot faster than let $r := for $d in db:list() return collection($d)//br Any thoughts? Cheers Peter
---- Original Message ---- From: lukaskircher1@gmail.com To: pw@themail.co.uk Subject: Re: [basex-talk] Xquery over all collections Date: Wed, 6 Feb 2013 08:40:07 +0100
Hi Peter,
for example, if I look for all *<br>* elements over all documents/collections:
*for $d in db:list()* *return collection($d)//br* * * Is this what you were looking for?
Cheers, Lukas
On Wed, Feb 6, 2013 at 1:13 AM, <pw@themail.co.uk> wrote:
let $r := (collection('A'), collection('B'), collection('C'))
4792
Age (days ago)
4792
Last active (days ago)
0 comments
1 participants
participants (1)
-
pw@themail.co.uk