The news-xmlui.xml file is actually a DRI document.  As such, only valid 
DRI tags are allowed (i.e. HTML or XHTML tags won't work).

In this case, the <p> is actually also a valid DRI tag, which is why it 
works. But, <a> and <strong> are not valid DRI tags.

Here's a few hints that may help...

XHTML <a> = DRI <xref>
XHTML <strong> = DRI <hi rend="bold">

However, a straight swap of these tags may not completely work, as DRI 
and XHTML don't necessarily allow the same attributes on tags.  So, for 
example, I don't think DRI has an "onmouseover" attribute.

Here's the DRI reference in the documentation:
https://wiki.duraspace.org/display/DSDOC18/DRI+Schema+Reference

- Tim

On 9/19/2012 12:34 PM, Jose Blanco wrote:
> I have made the following changes to the news-xmlui.xml, but I don't see
> the <strong> html tag in the browser or the <a> element.  How could I
> make this work.
>
> <p><strong>Depositing your work:</strong> We will create a collection
> for you, or add you as a contributor to an existing one. To get started,
> <a href=""
> onmouseover="this.href='m'+'a'+'i'+'l'+'t'+'o'+':'+'d'+'e'+'e'+'p'+'b'+'l'+'u'+'e'+'@'+'u'+'m'+'i'+'c'+'h'+'.'+'e'+'d'+'u'">contact
> us</a>. (Available to U-M faculty and staff.)</p>
>
> The <p> element works fine, but why are the other elements not being
> picked up.
>
> Thank you!
> Jose
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>
>
>
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to