XML Parser choice (was Re: [ENH] ??? MD5 in Squeak.)

Lex Spoon lex at cc.gatech.edu
Fri Nov 30 17:13:59 UTC 2001


> Code size isn't but complexity is. Usually these two go hand in hand and
> therefore it's no strange argument at all. In fact I'd argue that programmer
> time is (in this particular case) mostly dictated by the complexity involved
> in the parser itself - most people will want to do pretty simple stuff.
> 

This is true.  But VWXML does seem to have a basic SAX interface.
You subclass SAXDriver and implement methods like startElement:attributes:
and endElement: (not the exact names).


-Lex




More information about the Squeak-dev mailing list