Project

General

Profile

« Previous | Next » 

Revision 51591

fixing mappings for datasource subjects, languages, contenttypes

View differences:

opendoar_2_db.xsl
48 48

  
49 49
				<xsl:variable name="subjects">
50 50
					<xsl:for-each select=".//clTitle">
51
						<xsl:if test="position() &gt; 1">, </xsl:if>
52
						<xsl:value-of select="concat('&quot;', ., '&quot;')"/>
51
						<xsl:if test="position() &gt; 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