half-baked parsers vs binary XML
David Megginson
david at megginson.com
Sun Mar 28 03:17:35 BST 1999
Gabe Beged-Dov writes:
> The half-baked parser can only process XML documents that don't have a
> prologue. This makes its memory footprint and execution path much
> smaller and faster respectively. Unfortunately, it isn't a legal XML
> parser anymore.
No, you'll probably find that there's no speed difference at all (why
would there be?). There will be a small size difference, but it will
be less exciting than you think -- the code to detect the prologue and
load the module will make up much of the difference. DTD validation
really doesn't require much extra code, and the code, of course, isn't
triggered unless you're validating in the first place; doing the
well-formedness checks for legal characters can take up a lot of code,
but you're supposed to do that anyway (I cheated with AElfred).
All the best,
David
--
David Megginson david at megginson.com
http://www.megginson.com/
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