blob: 8213eaa0535f6c292167b5ca32d66ed92fc76f41 [file] [log] [blame]
(: Name: ForExprType057 :)
(: Description: FLWOR expressions with type declaration. Type declaration matcing text nodes :)
declare namespace fs="http://www.example.com/filesystem";
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
for $test as text() in ($input-context//fs:Folder)[1]/fs:File/fs:FileName/text()
return $test