blob: dad9f43f9ca90037fa0e3099e88e211dcae5e50d [file] [log] [blame]
(:*******************************************************:)
(: Test: K-WhereExpr-10 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:37+02:00 :)
(: Purpose: A for/where expression combined with fn:boolean and xs:anyURI. :)
(:*******************************************************:)
for $i in (1, 2, current-time())[1] where xs:anyURI("example.com/") return true()