Hi,
You can do this in the xmlui if you change your itemSummaryView-DIM
template to disable output escaping for the field. Here's an example
with the description field.
<xsl:for-each select="dim:fie...@element='description' and
not(@qualifier)]">
<xsl:value-of select="./node()"
disable-output-escaping="yes" /><!-- Allow HTML formatting in this field -->
<xsl:if
test="count(following-sibling::dim:fie...@element='description' and
not(@qualifier)]) != 0">
<hr class="metadata-seperator"/>
</xsl:if>
</xsl:for-each>
I'm told this may be a security concern, so use with care.
-- keith
Stan Orlov wrote:
> Greeetings!
>
> When I submit an item in jspui or xmlui, would it be possible to have
> a clickable url in the abstract (or description) field? I tried to
> include it in a form of:
>
> http://www.someurl.com
> and
> <a href="http://www.someurl.com">http://www.someurl.com</a>
>
> but both times it just shows whatever I entered w/o converting it into
> a clickable hyperlink. Could something be done to allow this?
>
> Cheers,
> Stan
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
> -Strategies to boost innovation and cut costs with open source participation
> -Receive a $600 discount off the registration fee with the source code: SFAD
> http://p.sf.net/sfu/XcvMzF8H
> ------------------------------------------------------------------------
>
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech