Hi All,
I want customize a new metadata item display on mirage(dspace 1.7)
Anybody tried the code inside an item-view.xsl.Iam new to add
If the code for issue date. Like this what will be the code for the
default publisher that doesn't have qualifier)
is there any other file other than this to modify the code.
Thanks
sisay
<xsl:when test="$clause = 6 and (dim:field[@element='date' and
@qualifier='issued'])">
<tr class="ds-table-row {$phase}">
<td><span
class="bold"><i18n:text>xmlui.dri2xhtml.METS-1.0.item-date</i18n:text>:<
/span></td>
<td>
<xsl:for-each
select="dim:field[@element='date' and @qualifier='issued']">
<xsl:copy-of
select="substring(./node(),1,10)"/>
<xsl:if
test="count(following-sibling::dim:field[@element='date' and
@qualifier='issued']) != 0">
<br/>
</xsl:if>
</xsl:for-each>
</td>
</tr>
<xsl:call-template name="itemSummaryView-DIM-fields">
<xsl:with-param name="clause" select="($clause + 1)"/>
<xsl:with-param name="phase" select="$otherPhase"/>
</xsl:call-template>
</xsl:when>
------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software
be a part of the solution? Download the Intel(R) Manageability Checker
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech