Edit C:\apache-tomcat-7.0.69\webapps\xmlui\themes\dri2xhtml-alt\aspect\artifactbrowser\COinS.xsl
<!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <!-- Rendering of the OpenURL COinS references Author: art.lowel at atmire.com Author: lieven.droogmans at atmire.com Author: ben at atmire.com Author: Alexey Maslov --> <xsl:stylesheet xmlns:i18n="http://apache.org/cocoon/i18n/2.1" xmlns:dri="http://di.tamu.edu/DRI/1.0/" xmlns:mets="http://www.loc.gov/METS/" xmlns:dim="http://www.dspace.org/xmlns/dspace/dim" xmlns:xlink="http://www.w3.org/TR/xlink/" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:ore="http://www.openarchives.org/ore/terms/" xmlns:oreatom="http://www.openarchives.org/ore/atom/" xmlns="http://www.w3.org/1999/xhtml" xmlns:xalan="http://xml.apache.org/xalan" xmlns:encoder="xalan://java.net.URLEncoder" exclude-result-prefixes="xalan encoder i18n dri mets dim xlink xsl"> <xsl:output indent="yes"/> <!-- ********************************************* OpenURL COinS Rendering Template ********************************************* COinS Example: <span class="Z3988" title="ctx_ver=Z39.88-2004& rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc& rfr_id=info%3Asid%2Focoins.info%3Agenerator& rft.title=Making+WordPress+Content+Available+to+Zotero& rft.aulast=Kraus& rft.aufirst=Kari& rft.subject=News& rft.source=Zotero%3A+The+Next-Generation+Research+Tool& rft.date=2007-02-08& rft.type=blogPost& rft.format=text& rft.identifier=http://www.zotero.org/blog/making-wordpress-content-available-to-zotero/& rft.language=English"></span> This Code does not parse authors names, instead relying on dc.contributor to populate the coins --> <xsl:template name="renderCOinS"> <xsl:text>ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&</xsl:text> <xsl:for-each select=".//dim:field[@element = 'identifier']"> <xsl:text>rft_id=</xsl:text> <xsl:value-of select="encoder:encode(string(.), 'UTF-8')"/> <xsl:text>&</xsl:text> </xsl:for-each> <xsl:text>rfr_id=info%3Asid%2Fdspace.org%3Arepository&</xsl:text> <xsl:for-each select=".//dim:field[@element != 'description' and @mdschema !='dc' and @qualifier != 'provenance']"> <xsl:value-of select="concat('rft.', @element,'=',encoder:encode(string(.), 'UTF-8')) "/> <xsl:if test="position()!=last()"> <xsl:text>&</xsl:text> </xsl:if> </xsl:for-each> </xsl:template> </xsl:stylesheet>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de