Re: [Dspace-tech] Ordering community collection listings to specific community or collection

2015-07-27 Thread Terry Brady
In XMLUI, the metadata for each collection lives in a separate XML document. The XSLT needs to retrieve and output the title from each collection. In XSLT 1.0, I do not believe that you can retrieve the titles from external documents and sort the titles in a single pass. referenceSet

Re: [Dspace-tech] Ordering community collection listings to specific community or collection

2015-07-27 Thread euler
Hi Terry, My initial solution is to override the xslt and applied xsl:sort by its url. I assumed that the handle number with the highest value is the newest collection, but then this is not also ideal because some (old) collections are created after the most recent collection. If there's a way

[Dspace-tech] Ordering community collection listings to specific community or collection

2015-07-24 Thread euler
Dear All, I know that this has been asked before ( Ordering community collection listings http://dspace.2283337.n4.nabble.com/Ordering-community-collection-listings-tp4662451.html ). What I would like to know is if this is possible to apply to only specific communities and collections. Based on