Can you tell me how I'd do the same with the dc.subject element?  When I 
tried it I had multiple subjects listed on the same line.  I'd like to have 
a line break after each entry.

This is what I have right now:

<xsl:template name="itemSummaryView-DIM-subject">
        <xsl:if test="dim:field[@element='subject']">
            <div class="simple-item-view-subject item-page-field-wrapper 
table">
 <h5><i18n:text>xmlui.dri2xhtml.METS-1.0.item-subject</i18n:text></h5>
                    <xsl:for-each select=
"dim:field[@element='subject'][not(@qualifier)]">
                        <xsl:choose>
 <xsl:when test="dim:field[@element='subject'][not(@qualifier)]">
                        <xsl:for-each select=
"dim:field[@element='subject'][not(@qualifier)]">
                            <xsl:call-template name=
"itemSummaryView-DIM-subject" />
                        </xsl:for-each>
 </xsl:when>
                            <xsl:otherwise>
                                <i18n:text>
xmlui.dri2xhtml.METS-1.0.no-subject</i18n:text>
                            </xsl:otherwise>
                        </xsl:choose>
                    </xsl:for-each>
            </div>
        </xsl:if>
    </xsl:template>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to