blob: b974709c13d11de0c6a71a72ed33d0b73707855e [file] [log] [blame]
(: Name: ForExpr028 :)
(: Description: FLWOR expression iterating over constructed XML :)
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
for $num in ( <one/>, <two/>, <three/> )
return $num