Skip to content
Snippets Groups Projects
Commit 524d9b5d authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Add DOCTYPE entry for &amul; entity which the EBI's parser doesn't seem to understand.

parent cb2bd378
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,7 @@ sub header {
my ($dba, $dbname) = @_;
p ("<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>");
p ("<!DOCTYPE database [ <!ENTITY auml \"&#228;\">]>");
p ("<database>");
p ("<name>$dbname</name>");
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment