Dear all,

When testing our messages.xml file using:
xmllint -noout messages.xml

No output was generated, which meant our file was ok.

So we decided to do a divide & conquer approach: we would be commenting out huge chunks of messages.xml to see when the footer was showing and when not. Using this we found the problem, it was this message key:

Serbian:
<message key="xmlui.dri2xhtml.default.textarea.value"></message>

English:
<message key="xmlui.dri2xhtml.default.textarea.value"> </message>

Please notice that the value in a working English file is a single space character, while in Serbian file we made it an empty string. While translating DSpace to Serbian, we were "cleaning up" double and trailing spaces and such...

This might be an issue/bug, wouldn't you agree?

Thank you so much helix84!

Kind regards, Vladimir


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to