Project

General

Profile

« Previous | Next » 

Revision 61029

Do not prepend PIC to the PIC number, as requested by the EC DG staff member

View differences:

corda_2_db.xml
277 277
                                <xsl:value-of select="0.8"/>
278 278
                            </FIELD>
279 279
                        </ROW>
280
                        <xsl:variable name="organizationPIC" select="concat('PIC:', ./OrganisationPIC)"/>
280
                        <xsl:variable name="organizationPIC" select="./OrganisationPIC"/>
281 281
                         <ROW table="dsm_identities">
282 282
                            <FIELD name="_dnet_resource_identifier_">
283 283
                                <xsl:value-of
284
                                        select="concat(./OrganisationPIC, '@@PIC')"/>
284
                                        select="concat($organizationPIC, '@@PIC')"/>
285 285
                            </FIELD>
286 286
                            <FIELD name="pid">
287 287
                                <xsl:value-of select="$organizationPIC"/>

Also available in: Unified diff