Project

General

Profile

« Previous | Next » 

Revision 59116

DOIs mixed with other PIDs fixed - related to #5767

View differences:

csv_publication.xsl
44 44
        <xsl:text>,</xsl:text>
45 45

  
46 46
        <!-- DOI -->
47
        <xsl:apply-templates select="pid"/>
47
        <xsl:for-each select="pid[@classid='doi']">
48
            <xsl:value-of select="."/>
49
            <xsl:if test="not(position()=last())">
50
                <xsl:text>;</xsl:text>
51
            </xsl:if>
52
        </xsl:for-each>
48 53
        <xsl:text>,</xsl:text>
49 54

  
50 55
        <!-- Funder|Project Name (GA Number) -->

Also available in: Unified diff