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