blob: 4d00affd3c177d8b2bd7b9e986a6c173fe17184f [file] [log] [blame]
(: Name: combiningnodeseqhc5 :)
(: Description: Simple combination of node sequences involving integers and the empty sequence. Uses "|" operator:)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $h in (
() | ($input-context1//hours))
order by number($h)
return $h