*Validating* XML Parser written in Java ?

David Megginson (ak117@freenet.carleton.ca)
Thu, 11 Dec 1997 17:02:49 -0500


Dmitri Kondratiev writes:

> Does anybody know any free *validating* XML parserers written in Jav=
a ?=20

There is a serious problem right now with the XML terminology. There
are at least four Java-based XML parsers right now that will parse a
DTD:

- Lark
- MSXML
- NXP (a little out of date)
- =C6lfred

Of these, I think that only MSXML claims to be validating. Do you
need full validation, or do you just need a DTD-driven parser that
will pick up entity declarations, default attribute values, etc? We
really need to invent some better terms, since validation and
DTD-awareness are really separate concepts.

All the best,

David

--=20
David Megginson ak117@freenet.carleton.ca
Microstar Software Ltd. dmeggins@microstar.com
http://home.sprynet.com/sprynet/dmeggins/