Daniel Veillard wrote:
ok, I do now:And that's normal. You must provide the encoding information if it can't be guessed as UTF8 or UTF16. Your file is not well formed XML as is.Daniel
xmllint -valid --encode ISO-8859-1 --noout LEDATutorium.xml
Compilation finished at Tue Feb 18 11:49:51
So it works, and I have to insert the XML declaration:
<?xml version="1.0" encoding="ISO-8859-1"?>
but still XEmacs refuses to read the DTD. I think the only solution will be to drop XEmacs and to switch to Emacs (*sigh*).
Greetings,
Joachim
