How to retrieve distinct values and show them on JSP

--------------------------------------------------------------------------------
Hi all,
I am now using JSP to get the documents from Tamino, the documents are similar in format as follows:


AAA



DDD



AAA



CCC


The question is … how to get the distinct author values from Tamino database, sort and show them to JSP?

that is…
AAA
CCC

Thanks

Hello,
a distinct functionality is not supported in current version of Tamino X-Query (which is actually base on XPath specification). The next release of Tamino, scheduled for end of this year, should have an implementation of XML Query, which supports such a distinct function.
HTH.
Regards,
Uli