Hello everybody,
Thanks for the great Biblio-module! I've got an issue with the XML-Export function and special characters. If there is an "Umlaut" in the SECONDARY_TITLE Tag, I get an error upon opening the XML in Firefox, something like "XML processing error: Non-defined entity". The output instead of the desidered "ü" is the string "ü". Umlauts within the Author filed seem to be no problem on the other hand.
Any help would be appreciated!
Chris
Comments
Comment #1
Glowy commentedSeems like the htmlentities function here: ". htmlentities($pub->biblio_secondary_title) ." in the file endnote7_export.inc is causing the problems. If I delete it, I get my desired output :)
Chris
Comment #2
liam morlandThis version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.