[
Lists Home |
Date Index |
Thread Index
]
- From: David Megginson <david@megginson.com>
- To: XML List <xml-dev@ic.ac.uk>
- Date: Sat, 27 Mar 1999 20:18:02 -0500 (EST)
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@megginson.com
http://www.megginson.com/
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)
|