Hi Elvi,
here's my example (untested) code:
<td class="label-cell">
<xsl:choose>
<xsl:when test="@element='contributor' and @qualifier='author'">
<i18n:text>xmlui.dri2xhtml.METS-1.0.item-author</i18n:text>
</xsl:when>
<xsl:when test="@element='title'">
<i18n:text>xmlui.dri2xhtml.METS-1.0.item-title</i18n:text>
</xsl:when>
<xsl:when test="@element='description' and @qualifier='abstract'">
<i18n:text>xmlui.dri2xhtml.METS-1.0.item-abstract</i18n:text>
</xsl:when><!-- More to be added here -->
<xsl:otherwise>
<xsl:value-of select="./@mdschema"/>
<xsl:text>.</xsl:text>
<xsl:value-of select="./@element"/>
<xsl:if test="./@qualifier">
<xsl:text>.</xsl:text>
<xsl:value-of select="./@qualifier"/>
</xsl:if>
</xsl:otherwise>
</xsl:choose></td>
Regards,
~~helix84
Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette