On May 29, 2007, at 8:00 PM, Gunter Leeb wrote:
Hi,
How do I get the list of spaces sorted?
$xwiki.spaces gives me the list of spaces, but how do I get this list
sorted alphabetically?
#foreach ($space in $xwiki.sort($xwiki.spaces))
* $space
#end
-Vincent