Project

General

Profile

« Previous | Next » 

Revision 50123

change the funderId from DFGF to DFG

View differences:

modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/entityreg-contexts/xsl/dfg_context.xsl
4 4
                exclude-result-prefixes="fn" xmlns:utils="eu.dnetlib.data.transform.xml.AbstractDNetXsltFunctions">
5 5

  
6 6
    <xsl:variable name="namespacePrefix" select="string('dfgf________')"/>
7
    <xsl:variable name="funderID" select="concat($namespacePrefix, '::DFGF')"/>
7
    <xsl:variable name="funderID" select="concat($namespacePrefix, '::DFG')"/>
8 8

  
9 9
    <xsl:template match="/">
10 10
        <fundings>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/xslt/dfg2db.xsl
6 6
    <xsl:param name="namespacePrefix"/>
7 7

  
8 8
    <xsl:variable name="dateFormat" select="string('yyyy')"/>
9
    <xsl:variable name="funderID" select="concat($namespacePrefix, '::DFGF')"/>
9
    <xsl:variable name="funderID" select="concat($namespacePrefix, '::DFG')"/>
10 10
    <xsl:variable name="fundingId">
11 11
        <xsl:value-of select="concat($funderID,'::',utils:md5(.//column[@name='Funding Programme']))"/>
12 12
    </xsl:variable>

Also available in: Unified diff