Project

General

Profile

« Previous | Next » 

Revision 58270

Trying to not set the Finnish country unless we are sure.

View differences:

modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/aka2db.xml
113 113
                            </FIELD>
114 114
                            <!-- FIXES #4427#note-4 No country for projects abroad, based on the name of the call -->
115 115
                            <xsl:variable name="call"><xsl:value-of select=".//column[@name='Call']"/></xsl:variable>
116
                            <xsl:if test="not(starts-with($call, 'Grants for researcher training and research work abroad') or
117
                                starts-with($call, 'Grants for researcher training and research abroad') or
118
                                starts-with($call, 'Researcher training and research abroad') or
119
                                starts-with($call, 'Researcher training and research work abroad'))">
116
                            <xsl:if test="not(contains($call, 'abroad'))">
120 117
                             <FIELD name="country">
121 118
                                <xsl:value-of select="string('FI')"/>
122 119
                            </FIELD>

Also available in: Unified diff