blob: e8ca4b01b867b81de8220c42d05c97ed77812b2e [file] [log] [blame]
(: Name: WhereExpr013 :)
(: Description: Test 'where' expression returning a sequence with a single boolean value :)
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
for $file in ($input-context//Folder)[1]/File
where $file/SecurityObject/Denies/Deny/security/right="Change"
return $file/FileName