Revision 44957
Added by Alessia Bardi almost 8 years ago
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/xslt/snsf_2_db.xsl | ||
---|---|---|
43 | 43 |
<FIELD name="optional1"><xsl:value-of select=".//column[@name='University']" /></FIELD> |
44 | 44 |
</ROW> |
45 | 45 |
|
46 |
|
|
46 |
<!-- personId built from projectId to handle homonyms --> |
|
47 | 47 |
<xsl:variable name="personName" select="normalize-space(.//column[@name='Responsible Applicant'])"/> |
48 | 48 |
<xsl:variable name="personId" select="concat($projectId, '::', translate($personName, ' ,.', '___'))" /> |
49 | 49 |
|
Also available in: Unified diff
comment