Project

General

Profile

« Previous | Next » 

Revision 61437

Do not map organization if they have a blank PIC.

View differences:

corda_2_db.xml
196 196
                        </ROW>
197 197
                    </xsl:for-each>
198 198

  
199
                    <xsl:for-each select="//OrganisationParticipant">
199
                    <xsl:for-each select="//OrganisationParticipant[normalize-space(./OrganisationPIC) != '']">
200
                        <xsl:variable name="organizationPIC" select="./OrganisationPIC"/>
200 201
                        <xsl:variable name="organizationId"
201
                            select="concat('corda_______::', ./OrganisationPIC)"/>
202
                            select="concat('corda_______::', $organizationPIC)"/>
202 203
                        <xsl:variable name="projectId"
203 204
                            select="concat('corda_______::', normalize-space(../ProjectId))"/>
204 205
                        <xsl:variable name="whitelist" select="'0123456789'"/>
......
277 278
                                <xsl:value-of select="0.8"/>
278 279
                            </FIELD>
279 280
                        </ROW>
280
                        <xsl:variable name="organizationPIC" select="./OrganisationPIC"/>
281

  
281 282
                         <ROW table="dsm_identities">
282 283
                            <FIELD name="_dnet_resource_identifier_">
283 284
                                <xsl:value-of

Also available in: Unified diff