[antlr-interest] Somewhat off topic: XML/XSD parser generators and processing

Pete Forman pete.forman at westerngeco.com
Mon Feb 24 01:14:18 PST 2003


At 2003-02-20 12:01 -0800, iank at bearcave.com wrote:
>   The parser architecture which seems most appropriate in this case
>   would not actually be an ANTLR style recursive decent parser, but
>   rather a YACC style state table driven parser.

I don't agree that YACC has advantages over ANTLR in this respect.  You 
could build solutions with either approach.  State tables or parsers could 
be built beforehand for known XSDs.  Then the application would read the 
doctype and choose the table/parser for the remainder of the document.

-- 
Pete Forman                -./\.-  Disclaimer: This post is originated
WesternGeco                  -./\.-   by myself and does not represent
pete.forman at westerngeco.com    -./\.-   opinion of Schlumberger, Baker
http://petef.port5.com           -./\.-   Hughes or their divisions.


 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



More information about the antlr-interest mailing list