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


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/
veillard@redhat.com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/


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