JavaCC
Jack Park (jackpark@thinkalong.com)
Wed, 13 May 1998 10:51:07 -0700
Just a curiosity; perhaps this has been discussed before. Has anyone
looked at using JavaCC to build a parser that handles XML plus other
namespaces (e.g. CML) in one uniform parser?
There is an example source for HTML3.2. I'm wondering where that could
lead. The work appears to be in mapping dtds into JavaCC (perhaps JJTree)
source form.
Jack Park