Is there anyone working on a binary version of XML?

Anders W. Tell anderst at toolsmiths.se
Sat Mar 27 12:28:07 GMT 1999


Jonathan Borden wrote:

> I think what this really is, when you strip out the concept of binary XML,
> is a suggestion for a compression format tuned for markup streams.
>
>         There are two distinct issues 1) efficiency of parsing  2) compactness. A
> standard compression format for XML (ala zip,gzip etc) would be for
> bandwidth limited applications.

I would like to add one more issue which is 3) Complexity.

Writing effecient and compact parsers is considerable simpler for binary ML,
The primary reason for this is that the parser does not have to "look" for and
interpret tokens in a stream. All tokens/parts in a Binary ML are well known and
their sizes are easily derived from the stream.

A "normally" trained and educated programmer can easily write a" fairly complete"
parser in less than a week. I have'nt written an XML text parser myself yet but
it seems that its not a task form the faint hearted.

/anders
--
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
/  Financial Toolsmiths AB  /
/  Anders W. Tell           /
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/



xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list