[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: parsers for Palm?

  • From: David Brownell <david-b@p...>
  • To: Tim Bray <tbray@t...>
  • Date: Mon, 28 Jun 1999 16:27:59 -0700

Re: parsers for Palm?
Tim Bray wrote:
> 
> At 01:57 PM 6/28/99 -0700, David Brownell wrote:
> >... what do folk think of using the following XML subset:
> >
> >       Everything in XML, except the <!DOCTYPE ...> support
> >       which takes up something like 2/3 of most parsers.
> 
> Distinguish between <!DOCTYPE > and validation.  I do *not* agree
> that parsing DTD syntax takes up 2/3 of a parser.

I did distinguish between them.  In part that's why I described
this as a (potential) subset; it's more than just use of a
nonvalidating parser, which is an option I assume everyone on
the XML-DEV list understands.

Savings may not be 2/3 ... but I'd be _really_ surprised if they were
less than 1/2.  The best way to know is to implement ... :-)

Meanwhile, consider that:

	- The most complex syntax (content models, ATTLIST, and
	  other declarations) is in the DTD exclusively.

	- State related to those constructs needs to be managed and
	  used even when not validating (given an internal subset),
	  such as performing mandatory attribute normalizations.
	  and (recursively) including internal entities.

	- Entities are declared in the DTD (except for builtins)
	  and there's a fair bit of code involved in handling them
	  even if you don't include external entities.

	- Every functionality taken out means it's possible to take
	  out the associated error handling and reporting, and often
	  to straighen out code paths.  Such savings can be surprisingly
	  large; such handling often more than doubles code size.

	- There are a lot of efforts under way that either don't
	  require DTDs, or which stumble over them.

	- Applications would have a lot less low-level variation to
	  deal with, and higher levels would have a cleaner slate.

The savings are, in short, indirect as well as direct.



>	On the other hand,
> it's reasonable to expect a validating parser to be twice the size
> of a non-validating one.

Last time I measured, it was more like 15% ... Validation, done right,
is mostly a bunch of carefully placed tests, monitoring a content model
state machine, and tracking IDs.  (Try rebuilding Sun's parser without
the validation support -- there's a "static boolean" constant that
removes the tests, and then there are some classes that can go away.)

Of course, that 15% compares a validating parser against a nonvalidating
one which processed all the external entities ... as most do, since that
is the best way to get a portable application model processing.


>	  Note that nearly all the existing
> validating parsers parse DTD syntax just fine. -T.

I suspect you meant to say "nonvalidating" there ... :-)

Of course they do -- that's a requirement of being able to parse a
<!DOCTYPE ...> with an internal subset.  But they can become a LOT
smaller if they don't need to handle even that, and are relieved of
the responsibilities to handle the syntax and state in a DOCTYPE.

- Dave

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i...
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@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)



PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.