Re: Help in picking a parser
Tim Bray (tbray@textuality.com)
Wed, 05 Aug 1998 08:00:11 -0700
At 10:46 AM 8/5/98 -0400, Sam Gentile wrote:
>Will I be better off having my code
>"spawn" an existing parser instead of integrating with this source code? Can
>Validating parsers be used even when DTDs are not used (like Microsoft's and
>IBM's)?
Well, Lark, XP, et al manifest as Java classes and in most cases you
do a "new Parser" or some such constructor... is that what you mean
by "spawn"? Also, have a look at sax (www.megginson.com) -Tim