Re: [xml-dev] terra incognita

From
Rick Jelliffe <>
To
Date
2001-12-19T06:11:01Z
ID
<01a401c18853$eecc15e0$>
Thread
Re: [xml-dev] terra incognita
From: "Clark C . Evans" <>
 
> It is this domain, data serialization that I think XML 
> is sub-optimal. 

XML is not a data serialization language.  It is a markup
language, where text (i.e. words and sentences) can be annotated. 

People who have been sold XML as a data serialization language
should be aware that XML was not designed to allow round-tripping
of arbitrary strings. To send arbitrary strings, encode in a bin64
or adopt some more appropriate technology (JNI, YAML, etc).

Cheers
Rick Jelliffe