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 data is 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 touch.

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>


------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to