This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Breaking a document into smaller pieces


Daniel Veillard wrote:
  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

ok, I do now:

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]