blob: ff5109e730273c3c802e8c9394e874b16a321d6a [file] [log] [blame]
(:*******************************************************:)
(: Test: K-WhereExpr-4 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:37+02:00 :)
(: Purpose: A for/where expression combined with fn:count(). :)
(:*******************************************************:)
for $i in 1 where count(($i, 2, timezone-from-time(current-time()))) return true()