blob: c96c4da2c5d926df1af00c518ee3a2525d7d7c11 [file] [log] [blame]
(: Name: ForExprType002 :)
(: Description: FLWOR expressions with type declaration (attribute type) :)
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
for $fileName as attribute(name,xs:untypedAtomic) in ($input-context//Folder)[1]/File/@name
return data($fileName)