- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Thu, 12 Apr 2001 22:51:13 +0200
- To: html-tidy@w3.org
Hi, HTML Tidy doesn't regognize ' as a valid XML entitiy (when in '-xml' mode). XML defines these entities: <!ENTITY lt "&#60;"> <!ENTITY gt ">"> <!ENTITY amp "&#38;"> <!ENTITY apos "'"> <!ENTITY quot """> Just including ' in entities.c would enforce a major interoperability problem, since HTML 4.01 doesn't define this entity, so entity encoding routines would generate non-compliant code (if ' is ever encoded as '). What to do about that? -- Björn Höhrmann | mailto:bjoern@hoehrmann.de | http://www.bjoernsworld.de am Badedeich 7 | Telefon: +49(0)4667/981028 | http://bjoern.hoehrmann.de 25899 Dagebüll | PGP Pub. KeyID: 0xA4357E78 | http://www.learn.to/quote/
Received on Thursday, 12 April 2001 16:50:36 UTC