blob: 19df736e13af2149ead78b4054832b8076b46d99 [file] [log] [blame]
(: Name: combiningnodeseqhc1 :)
(: Description: Simple combination of node sequences involving integers. uses "|" operator:)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $h in (
(<hours>0</hours>,<hours>1</hours>) | ($input-context1//hours))
order by number($h)
return $h