I am using dspace 1.6.2 xmlui and would like to merge citation and source.uri 
for the Item display. I have tried to amend the template responsible for this 
in "DIM-Handler.xsl" (code below) but citation is appearing with no uri 
appended at the end.
 
May somenone help with where I am getting it wrong.
 
Thank you
 
Regards
/Bravismore
 
<xsl:if test="dim:fie...@element='identifier'  and @qualifier='citation']">
  <tr class="ds-table-row odd">
                 <td><span 
class="bold"><i18n:text>xmlui.dri2xhtml.METS-1.0.item-citation</i18n:text>:</span></td>
                    <td>
                    <xsl:if test="count(dim:fie...@element='identifier'  and 
@qualifier='citation']) &gt; 1 and not(count(dim:fie...@element='identifier'  
and @qualifier='citation']) &gt; 1)">
                     <hr class="metadata-seperator"/>
                    </xsl:if>
                    <xsl:for-each select="dim:fie...@element='identifier'  and 
@qualifier='citation']">
                     <xsl:copy-of select="./node()"/>
                     <xsl:if test="dim:fie...@element='source' and 
@qualifier='uri']">
              <xsl:for-each select="dim:fie...@element='source' and 
@qualifier='uri']">
                  <a>
                   <xsl:attribute name="href">
                     <xsl:copy-of select="./node()"/>
                   </xsl:attribute>
                   <xsl:copy-of select="./node()"/>
                  </a>
                 <xsl:if 
test="count(following-sibling::dim:fie...@element='source' and 
@qualifier='uri']) != 0">
                 <br/>
                 </xsl:if>
                   </xsl:for-each>
        </xsl:if>
                     <xsl:if 
test="count(following-sibling::dim:fie...@element='identifier'  and 
@qualifier='citation']) != 0">
                         <hr class="metadata-seperator"/>
                        </xsl:if>
                    </xsl:for-each>
                    <xsl:if test="count(dim:fie...@element='identifier'  and 
@qualifier='citation']) &gt; 1">
                     <hr class="metadata-seperator"/>
                    </xsl:if>
                    </td>
                </tr>
            </xsl:if>
All Email originating from UWC is covered by disclaimer 
http://www.uwc.ac.za/portal


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Dspace-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-general

Reply via email to