Revision 51591
Added by Claudio Atzori almost 5 years ago
opendoar_2_db.xsl | ||
---|---|---|
48 | 48 |
|
49 | 49 |
<xsl:variable name="subjects"> |
50 | 50 |
<xsl:for-each select=".//clTitle"> |
51 |
<xsl:if test="position() > 1">, </xsl:if>
|
|
52 |
<xsl:value-of select="concat('"', ., '"')"/>
|
|
51 |
<xsl:if test="position() > 1"> @@ </xsl:if>
|
|
52 |
<xsl:value-of select="."/>
|
|
53 | 53 |
</xsl:for-each> |
54 | 54 |
</xsl:variable> |
55 | 55 |
|
... | ... | |
103 | 103 |
</FIELD> |
104 | 104 |
|
105 | 105 |
<FIELD name="subjects"> |
106 |
<xsl:value-of select="concat('{', normalize-space($subjects), '}')"/>
|
|
106 |
<xsl:value-of select="normalize-space($subjects)"/>
|
|
107 | 107 |
</FIELD> |
108 | 108 |
</ROW> |
109 | 109 |
|
Also available in: Unified diff
fixing mappings for datasource subjects, languages, contenttypes