blob: 7ecc3f805c4b6d1490a7cda5d63a91ea64941fbe [file] [log] [blame]
(: Name: ForExpr020 :)
(: Description: Multiple variable bindings followed by a trailing , :)
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
for $folder in $input-context//Folder,
$file in $folder/File,
return $file/FileName