blob: 6eb18affceb307c02639d0e37b78da14a3642687 [file] [log] [blame]
(: Name: ForExprType064 :)
(: Description: FLWOR expressions with type declaration. Attempt type declaration of text() on a set of element 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
return $test