EPrints Technical Mailing List Archive

Message: #01988


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] Re: [FIX] missing entities


Tim,

Ubuntu has also been caught out by the same issue.

The real issue here is that &nbsp; is not a defined entity reference in XML. LibXML is doing the correct thing when it refuses to read the XML file.

The phrases file should be updated to either replace the &nbsp; references with &#160; or an entity declaration needs to be added to the file:

<!ENTITY nbsp   "&#160;">


Regards,
G

-----Original Message-----
From: eprints-tech-bounces@ecs.soton.ac.uk [mailto:eprints-tech-bounces@ecs.soton.ac.uk] On Behalf Of Tim Brody
Sent: 31 May 2013 11:22
To: eprints-tech@ecs.soton.ac.uk
Subject: [EP-tech] [FIX] missing entities

Hi All,

For those of you running RHEL 6 I've uploaded patched libxml2 packages
here:
http://files.eprints.org/851/

Based on a patch supplied to the bugzilla ticket:
https://bugzilla.redhat.com/show_bug.cgi?id=863166

Hopefully RHEL will release an official update soon ...

-- 
All the best,
Tim