lex, yacc, and xml

Tim Bray tbray at textuality.com
Mon Dec 22 20:17:42 GMT 1997


At 02:04 PM 22/12/97 -0600, Ward Harold wrote:
><question name="why hand code parsers" class="potentially stupid">
>Why is it that all of the XML parsers/processors I've seen appear to be
>hand coded rather than generated via lex/yacc or flex/bison? 

It could be done.  At least one person I know is working on it.  And
in fact Norbert Mikula's NXP uses, I believe, a lex/yacc-like-thingie
for Java.  On the other hand, this is probably going to get you quite
large code size; also there will likely be problems handling encodings;
also these generators tend to make it hard to generate high-quality
error messages.

On the other hand, if you want a quick one-off in C, lex/yacc are proabably
a very reasonable strategy. -Tim

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/
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