Re: [xml-dev] Text editor mirage

From
Tomos Hillman <>
To
Roger L Costello <>, David Carlisle <>
Date
2021-12-13T14:35:58Z
ID
<96a05c0a-524c-47bd-abba-3fd5d18644f8@Spark>
Thread
Re: [xml-dev] Text editor mirage
I would make the distinction between the serialisation of an XML file (a sequence of characters or text file) and the XML tree it represents.

Thanks,
Tom
On 13 Dec 2021, 12:42 +0000, David Carlisle <[email protected]>, wrote:
Roger wrote

> There are no <, D, o, … symbols in the XML. The XML is just a series of hex digits:

I'd disagree with that.
an XML document is defined as a sequence of characters.
Those characters may be stored in various ways, certainly if it is stored in UTF-16 the underlying bytes stored would not be the ones you showed.

David