[Dspace-tech] How to override the labels of itemDetailView-DIM?

2013-07-22 Thread Nemiz, Elvi
Dear All, Hello, I would like to override the default labels in the full item record display. How would I change the template xsl:template match=dim:field mode=itemDetailView-DIM from: td class=label-cell xsl:value-of select=./@mdschema/

Re: [Dspace-tech] How to override the labels of itemDetailView-DIM?

2013-07-22 Thread helix84
Hi Elvi, here's my example (untested) code: td class=label-cell xsl:choose xsl:when test=@element='contributor' and @qualifier='author' i18n:textxmlui.dri2xhtml.METS-1.0.item-author/i18n:text /xsl:when xsl:when test=@element='title'