Revision 31064
Added by Claudio Atzori about 10 years ago
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/xslt/corda_2_db.xsl | ||
---|---|---|
148 | 148 |
|
149 | 149 |
<xsl:for-each select="//OrganisationParticipant"> |
150 | 150 |
<xsl:variable name="organizationId" select="concat('corda_______::', ./OrganisationPIC)" /> |
151 |
<xsl:variable name="projectId" select="$projectId" />
|
|
151 |
<xsl:variable name="projectId" select="concat('corda_______::', normalize-space(../ProjectId))" />
|
|
152 | 152 |
<xsl:variable name="whitelist" select="'0123456789'"/> |
153 | 153 |
<ROW table="organizations"> |
154 | 154 |
<FIELD name="_dnet_resource_identifier_"><xsl:value-of select="$organizationId" /></FIELD> |
Also available in: Unified diff
fixed project id assignment, again