blob: da8ee003084c0d5a0e011c5ab4088bb40d788bb7 [file] [log] [blame]
(: Name: ST-WhereExpr001 :)
(: Description: Test 'where' clause with heterogenous sequences. First item is a node :)
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
for $file in ($input-context//Folder)[1]/File
where ($file, 1)
return $file/FileName