Project

General

Profile

« Previous | Next » 

Revision 55011

Do not map the first institutionAdditionalName into legalshortname, because the definition of the field is "The alternative name or acronym for the responsible institution": we are not sure it is an acronym.

View differences:

modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/datasources/re3data2db.xml
164 164
							<FIELD name="legalname">
165 165
								<xsl:value-of select="./*[local-name()='institutionName']"/>
166 166
							</FIELD>
167
							<FIELD name="legalshortname">
168
								<xsl:value-of select="./*[local-name()='institutionAdditionalName'][1]"/>
169
							</FIELD>
170 167
							<FIELD name="websiteurl">
171 168
								<xsl:choose>
172 169
									<xsl:when test="starts-with(normalize-space(./*[local-name()='institutionURL']), 'http')">

Also available in: Unified diff