[
Lists Home |
Date Index |
Thread Index
]
>http://www.topologi.com/resources/xtext.html has a little idea about
>how to revise XML's encoding
>declaration system to cover non-XML formats.
If something like this is used, I *strongly* recommend limiting it to
a single line - unlike the XML declaration. The possibility of
multi-line declarations is an annoying complication when there is the
possibility of line breaks that depend on the encoding, as in XML 1.1.
The declaration should be readable based only on the character set
knowledge that can be gleaned from the first few characters (e.g. that
it's a superset of ascii, or that it's a variant of ebcdic).
Also, the fact that the first few characters depend on the application
will make it hard to write general transcoders.
-- Richard
|