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