Project

General

Profile

« Previous | Next » 

Revision 61327

Fixes #6832#note-4: prepend 'PIC:' to dnet_resource_identifier

View differences:

modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/corda_2_db.xml
290 290
                        </ROW>
291 291
                        <ROW table="dsm_organizationpids">
292 292
                            <FIELD name="_dnet_resource_identifier_">
293
                                <xsl:value-of select="concat($organizationPIC, '@@', $organizationId)"/>
293
                                <xsl:value-of select="concat('PIC:',$organizationPIC, '@@', $organizationId)"/>
294 294
                            </FIELD>
295 295
                            <FIELD name="pid">
296 296
                                <xsl:value-of select="$organizationPIC"/>

Also available in: Unified diff