Project

General

Profile

« Previous | Next » 

Revision 60967

Fixed xpath that led to wrong PIDs to organisations. Re-introduced FIXORGS transformation, as in the end it is more useful than thought

View differences:

re3data2db.xml
218 218
                                                    <xsl:value-of select="$orgId"/>
219 219
                                                </FIELD>
220 220
                                            </ROW>
221
                                            <xsl:for-each select="//*[local-name() = 'institutionIdentifier']">
221
                                            <xsl:for-each select="./*[local-name() = 'institutionIdentifier']">
222 222
                                                <xsl:if test="starts-with(./text(), 'ROR') or starts-with(./text(), 'RRID') or starts-with(./text(), 'VIAF')">
223 223
                                                    <ROW table="dsm_identities">
224 224
                                                        <FIELD name="_dnet_resource_identifier_">

Also available in: Unified diff