Yuyun,

If you are using the XMLUI, this would be done in your theme XSL  
files.  It would not be necessary to make any changes to the metadata  
field itself.  For example, in DIM-Handler.xsl or an XSL file that  
over-rides it, you could say:

<xsl:for-each select="dim:[EMAIL PROTECTED]'identifier' and  
@qualifier='uri']">
   <a>
     <xsl:attribute name="href">
   <xsl:copy-of select="./node()"/>  <!-- the target -->
   </xsl:attribute>
   <xsl:copy-of select="./node()"/>  <!-- the link text; here, just  
the link itself -->
   </a>
</xsl:for-each>

I am not familiar enough with the JSPUI to comment on it if that is  
what you are using.


--
sands fish
Software Engineer
MIT Libraries
Technology Research & Development
[EMAIL PROTECTED]
E25-131





On Sep 11, 2008, at 1:50 AM, Yuyun Wirawati ISHAK (LIBRIS) wrote:

>
>
> How to set a metadata field so that it should be rendered as a link?
>
>
>
> Thanks
>
> Yuyun
>
>
>
> National Institute of Education (Singapore) http://www.nie.edu.sg  
> DISCLAIMER: The information contained in this email, including any  
> attachments, may contain confidential information. This email is  
> intended only for the use of the addressee(s) listed above.  
> Unauthorized review, dissemination or any other use of the  
> information contained in this email is strictly prohibited. If you  
> have received this email in error or have reason to believe that  
> you are not authorized to receive it, please notify the sender by  
> return e-mail and promptly delete this e-mail. Thank you.
> ---------------------------------------------------------------------- 
> ---
> This SF.Net email is sponsored by the Moblin Your Move Developer's  
> challenge
> Build the coolest Linux based applications with Moblin SDK & win  
> great prizes
> Grand prize is a trip for two to an Open Source event anywhere in  
> the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/ 
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to