You may want to look at the velocity SortTool.
http://velocity.apache.org/tools/releases/1.4/javadoc/org/apache/velocity/t…
Depending on what value you want to sort by, you might need to replace getDocumentsWithTag
with a custom query.
Caleb
abrante wrote:
I have the following data that I recover from the XWiki data base, but I
need order it. Thanks in advance
#set ($list = $xwiki.tag.getDocumentsWithTag($tag))
<div>
<div id="dashboardleft">
<div id="dashboardleftcontent">
#displayDocumentList($list true $blacklistedSpaces)
</div>
</div>
</div>
<div style="clear:both; margin-bottom: 40px;"><!--
--></div>