blob: 96115855453cd74c79a1f61f4a92815cc1201ae7 [file] [log] [blame]
(: Name: ForExprType001 :)
(: Description: FLWOR expressions with type declaration (element type) :)
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
for $file as element(File,xs:untyped) in ($input-context//Folder)[1]/File
return $file/FileName