Hi,

I'm trying to customize the DSpace 1.5 Manakin with our look and 
encountering some problems.

1. I want to put a PDF link in the itemSummaryList page for quick access. In 
DIM-Handler.xsl, I simply copied the lines from itemSummaryView to 
itemSummaryList:
-----------------------------------------------------------------------------------------------------
    <xsl:template name="itemSummaryList-DIM">
        <!-- Generate the info about the item from the metadata section -->
        <xsl:apply-templates 
select="./mets:dmdSec/mets:[EMAIL PROTECTED]'DIM']/mets:xmlData/dim:dim"
            mode="itemSummaryList-DIM"/>

      <!-- LINES FROM itemSummaryView-->
        <!-- Generate the bitstream information from the file section -->
        <xsl:apply-templates 
select="./mets:fileSec/mets:[EMAIL PROTECTED]'CONTENT']">
            <xsl:with-param name="context" select="."/>
            <xsl:with-param name="primaryBitream" 
select="./mets:[EMAIL PROTECTED]'LOGICAL']/mets:[EMAIL PROTECTED]'DSpace 
Item']/mets:fptr/@FILEID"/>
        </xsl:apply-templates>
      <!-- END LINES FROM itemSummaryView-->

        <!-- Generate the thunbnail, if present, from the file section -->
        <xsl:apply-templates select="./mets:fileSec" 
mode="artifact-preview"/>
    </xsl:template>
-----------------------------------------------------------------------------------------------------
However, in my result page, it shows nothing. Is there a way to debug this? 
Are the same mets files used for both itemSummaryList and itemSummaryView?

2. We have some simple html tags used in the abstract text (eg. <i></i> and 
<b></b>, etc.). However, the DSpace treats them as text. Is there a way to 
render them as html?

Thanks,
Ying 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to