Project

General

Profile

« Previous | Next » 

Revision 55016

GB is the good country code, instead of UK

View differences:

modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/datasources/opendoar2dbrest.xml
199 199

  
200 200
						<FIELD name="country">
201 201
							<xsl:choose>
202
								<xsl:when test="normalize-space(//organisation/country) = 'GB'">UK</xsl:when>
202
								<xsl:when test="normalize-space(//organisation/country) = 'UK'">GB</xsl:when>
203 203
								<xsl:otherwise>
204
									<xsl:value-of select="normalize-space(//organisation/country)"></xsl:value-of>
204
	                                <xsl:value-of select="normalize-space(//organisation/country)"/>
205 205
								</xsl:otherwise>
206 206
							</xsl:choose>
207 207
						</FIELD>

Also available in: Unified diff