Re: translating between character sets

Subject: Re: translating between character sets
From: Elliotte Rusty Harold <elharo@xxxxxxxxxxxxxxx>
Date: Tue, 17 Oct 2000 14:21:10 -0400
At 1:29 PM +0000 10/17/00, David Carlisle wrote:

XML DTDs can not specify an encoding. Document instances can use any
supported encoding with any DTD.


They most certainly can! This isn't obvious from the spec but if you pay close attention to the productions you'll note that an external DTD subset can include a text declaration; e.g.


<?xml encoding="ISO-8859-10">
<!ELEMENT NAME (#PCDATA)>
<!-- etc. -->

--

+-----------------------+------------------------+-------------------+
| Elliotte Rusty Harold | elharo@xxxxxxxxxxxxxxx | Writer/Programmer |
+-----------------------+------------------------+-------------------+
|                  The XML Bible (IDG Books, 1999)                   |
|              http://metalab.unc.edu/xml/books/bible/               |
|   http://www.amazon.com/exec/obidos/ISBN=0764532367/cafeaulaitA/   |
+----------------------------------+---------------------------------+
|  Read Cafe au Lait for Java News:  http://metalab.unc.edu/javafaq/ |
|  Read Cafe con Leche for XML News: http://metalab.unc.edu/xml/     |
+----------------------------------+---------------------------------+


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread