Hi Keith, > Exception: > org.jdom.IllegalDataException: The data "Text from the item ....." is not > legal for a JDOM attribute: 0x15 is not a legal XML character. > at org.jdom.Attribute.setValue(Attribute.java:486) > at org.jdom.Attribute.<init>(Attribute.java:229) > at org.jdom.Attribute.<init>(Attribute.java:252) > at org.jdom.Element.setAttribute(Element.java:1109) > at > org.dspace.content.crosswalk.XHTMLHeadDisseminationCrosswalk.disseminateList > (XHTMLHeadDisseminationCrosswalk.java:243)
This is a bug in 1.5, and has been fixed ready for release in 1.5.1. In the mean time you can download the fixed XHTMLDisseminationCrosswalk.java from: http://dspace.svn.sourceforge.net/viewvc/*checkout*/dspace/branches/dspace-1 _5_x/dspace-api/src/main/java/org/dspace/content/crosswalk/XHTMLHeadDissemin ationCrosswalk.java?revision=2874 Replace your copy with this, re-run mvn and ant, and redeploy the web application. Thanks, Stuart _________________________________________________________________ Gwasanaethau Gwybodaeth Information Services Prifysgol Aberystwyth Aberystwyth University E-bost / E-mail: [EMAIL PROTECTED] Ffon / Tel: (01970) 622860 _________________________________________________________________ ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

