Re: [xml-dev] Text editor mirage

From
David Carlisle <>
To
Roger L Costello <>
Date
2021-12-13T12:42:14Z
ID
<CAEW6iOjRfcBC-f_X5nniD_HMRM5ZDz23FPNZRDuTs1=>
Thread
Re: [xml-dev] Text editor mirage
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