Hi Keith,

Thank you, yes, that does exactly match what I am looking for. Unfortunately, 
now my link doesn't go anywhere!

I used the code in the wiki for the link, shown below (I've changed the html 
brackets to different brackets for email transmission), but apparently the 
value-of select has also changed in 1.5. Methinks we need to update the wiki! 
;-)

[a]
        [xsl:attribute name="href"]
            [xsl:value-of
                select="concat($context-path,'/browse-author-items?author=')"/]
            [xsl:copy-of select="."/]
        [/xsl:attribute]
        [xsl:value-of select="text()"/]
[/a]

Does anyone know what this link should be for 1.5? I compared the HTML code of 
the link I just created to the link that displays in the Author Browse 
(assuming they would be the same) and they are definitely different, but now 
I'm having trouble figuring out where the code comes from that created the 
browse link. Grrr.

I had also planned to link the Subject... I imagine the links would be very 
similar.

Alice

-----Original Message-----
From: Keith Gilbertson [mailto:[email protected]]
Sent: Wednesday, October 07, 2009 7:53 AM
To: Platt, Alice
Cc: [email protected]
Subject: Re: [Dspace-tech] two theme modification questions

On Tue, Oct 6, 2009 at 10:57 AM, Platt, Alice <[email protected]> wrote:

>
>
> I'd like to make the Author and Subject clickable links in the simple item
> view. The instructions on the Manakin HOWTO page of the DSpace wiki says
> that "The XSLT that creates author listings is in
> themes/dri2xhtml/DS-METS-1.0-DIM.xsl". However, I do not have a file called
> DS-METS-1.0-DIM.xsl. Has this code moved to a different xsl file, and where
> would I find it? I did try looking in "structural.xsl," but it wasn't there.
>

Hi Alice.  In the 1.5 version of Manakin, there is a file called
DIM-Handler.xsl.  The metadata in the simple item view is formatted in
the template that starts with this line:
<xsl:template match="dim:dim" mode="itemSummaryView-DIM">

Does this match what you're looking for?

-- keith

Please consider the environment before printing this e-mail.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to