On Mon, Feb 17, 2003 at 04:35:59PM +0100, Joachim Ziegler wrote: > If I don't start my chunk-files, say "chapter1.xml", with an > XML-declaration like > > > <?xml version="1.0" encoding="ISO-8859-1"?> > > I get the following error from xmllint. > > xmllint -valid --noout LEDATutorium.xml > chapter1.xml:5: error: Input is not proper UTF-8, indicate encoding ! > <title>Auf die Pl�tze - fertig - los!</title>
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 -- Daniel Veillard | Red Hat Network https://rhn.redhat.com/ [EMAIL PROTECTED] | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
