Yes! Thank you, that worked, and I was able to make my subject links clickable too.
Alice -----Original Message----- From: Keith Gilbertson [mailto:[email protected]] Sent: Thursday, October 08, 2009 11:12 AM To: Platt, Alice Cc: [email protected] Subject: Re: [Dspace-tech] two theme modification questions: linking author On Wed, Oct 7, 2009 at 10:17 AM, Platt, Alice <[email protected]> wrote: > Hi Keith, > > Thank you, yes, that does exactly match what I am looking for. Unfortunately, > now my link doesn't go anywhere! In DSpace 1.5, the author browse links have changed to this format: /browse?value=Artschwager%2C+Richard&type=author any difference with this modification? [a] [xsl:attribute name="href"] [xsl:value-of select="concat($context-path,'/browse?value=')"/] [xsl:copy-of select="."/]&type=author [/xsl:attribute] [xsl:value-of select="text()"/] [/a] > 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] > 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

