Inserting most downloaded items into XMLUI (DSpace 6.2)
问题 I am using XMLUI (Mirage) on DSpace 6.2 and am trying to insert the "Most Downloaded Items" into the home page. I have figured out the SOLR query for this, namely (in page-structure.xsl): <xsl:variable name="statsURL"> <xsl:text>http://localhost/solr/statistics</xsl:text> </xsl:variable> <xsl:apply-templates select="document(concat($statsURL,'/select?q=type:0+-isBot:true+statistics_type:view&wt=xml&indent=true&facet=true&facet.field=id&facet.sort=count&facet.limit=10'))" mode="mostdownloaded"