[
Lists Home |
Date Index |
Thread Index
]
- From: "Anders W. Tell" <anderst@toolsmiths.se>
- To: Jonathan Borden <jborden@mediaone.net>
- Date: Sat, 27 Mar 1999 13:28:12 +0100
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@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@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|