blob: a897f3dde77d392d5fb869b0dcd64d309dd16ad1 [file] [log] [blame]
(: Name: fn-collection-6 :)
(: Description: Return the titles in the collection ordered by the title.:)
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
for $x in fn:collection($input-context)//title
order by string($x)
return $x