Re: Problem with HTML Tidy: no encoding specified in XML output

* "Mikael Ståldal" <d96-mst-ingen-reklam@d.kth.se> wrote:
| When using HTML Tidy with the options -asxml -latin1, it doesn't output
|
| <?xml version="1.0" encoding="iso-8859-1"?>
|
| as it should in order to produce well-formed XML. Without the encoding
| specification, an XML parser will assume UTF-8.

Use '--add-xml-decl yes' but i agree, that tidy should do this automatically
(if there are iso-8859-1 characters in the file. If all chars are encoded as
entities it isn't necessary, beacause the file is us-ascii and us-ascii is a
subset of utf-8, the default encoding of XML files.)

regards,
--
Björn Höhrmann ^ mailto:bjoern@hoehrmann.de ^ http://www.bjoernsworld.de
am Badedeich 7 ° Telefon: +49(0)4667/981ASK ° http://bjoern.hoehrmann.de
25899 Dagebüll # PGP Pub. KeyID: 0xA4357E78 # http://learn.to/quote +{i}

Received on Monday, 4 September 2000 06:31:31 UTC