Hi Susan, Thank you so much for this code and working GREAT ..
You saved my time :) Regards, Faiyaz Ahmed On Wednesday, February 24, 2016 at 1:55:19 AM UTC+5, Susan Borda wrote: > > HI- > Here’s what I added to the item-view.xsl file: > <div class="col-sm-8”> > …. > <xsl:call-template name="itemSummaryView-DIM-citation"/> > > </div> > > <!--dc.identifier.citation--> > <xsl:template name="itemSummaryView-DIM-citation"> > <xsl:if test="dim:field[@element='identifier' and > @qualifier='citation' and descendant::text()]"> > <div class="simple-item-view-format item-page-field-wrapper > table"> > > <h5><i18n:text>xmlui.dri2xhtml.METS-1.0.item-citation</i18n:text></h5> > <span> > <xsl:for-each select="dim:field[@element='identifier' > and @qualifier='citation']"> > <div> > <xsl:copy-of select="node()"/> > </div> > <xsl:if > test="count(following-sibling::dim:field[@element='identifier' and > @qualifier='degreeDiscipline' ]) != 0"> > <br/> > </xsl:if> > </xsl:for-each> > </span> > </div> > </xsl:if> > — > Susan Borda > Digital Technologies Development Librarian > Montana State University Library > 406-994-1873 > > > > From: <[email protected] <javascript:>> on behalf of Faiyaz Ahmed > <[email protected] <javascript:>> > Date: Tuesday, February 23, 2016 at 12:02 PM > To: DSpace Technical Support <[email protected] <javascript:>> > Subject: [dspace-tech] Enable Citation at Dspace 5.4 > > Hello All, > > Does any one have idea that how I can enable "CITATION" after description > as in this link : https://openknowledge.worldbank.org/handle/10986/23746 > > Regards, > Faiyaz Ahmed > > -- > 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] <javascript:>. > To post to this group, send email to [email protected] > <javascript:>. > Visit this group at https://groups.google.com/group/dspace-tech. > For more options, visit https://groups.google.com/d/optout. > -- 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.
