Hello DSpacers,

I am a newbie to DSpace. I am currently using DSpace 1.8.0 with XMLUI and
Mirage as theme. I am trying to modify the item-view.xsl so that one of my
displayed metadata links to a specific website for example www.google.com

When I add this code to the item-view.xsl file:

<a>
  <xsl:attribute name="href">www.google.com</xsl:attribute>
  <xsl:copy-of select="./node()"/>
</a>

it prints my metadata on the page correctly but it links to
http://localhost:8080/xmlui/handle/123456789/www.google.com instead of
www.google.com ..

Any help will be highly appreciated..

George K.
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to