mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
Added line to encode entities in exported metadata (i.e., & becomes &
git-svn-id: http://scm.dspace.org/svn/repo/trunk@1007 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -330,7 +330,7 @@ public class ItemExport
|
||||
|
||||
String output = " <dcvalue element=\"" + dcv.element + "\" " +
|
||||
"qualifier=\"" + qualifier + "\">" +
|
||||
dcv.value +
|
||||
Utils.addEntities(dcv.value) +
|
||||
"</dcvalue>";
|
||||
|
||||
out.println( output );
|
||||
|
Reference in New Issue
Block a user