Revision 51865
Added by Alessia Bardi over 5 years ago
journaltitles2db.xsl | ||
---|---|---|
20 | 20 |
<FIELD name="id"> |
21 | 21 |
<xsl:value-of select="$datasourceId"/> |
22 | 22 |
</FIELD> |
23 |
<FIELD name="_dnet_resource_identifier_"> |
|
24 |
<xsl:value-of select="$datasourceId"/> |
|
25 |
</FIELD> |
|
23 | 26 |
<FIELD name="officialname"> |
24 | 27 |
<xsl:value-of select="normalize-space(//column[./@name='Title'])"/> |
25 | 28 |
</FIELD> |
Also available in: Unified diff
Re-introduced <FIELD name="_dnet_resource_identifier_">: it is required if we want to enable the updates on the database.