Re: SAX, DTDs, parsing...
Ron Bourret (rbourret@dvs1.informatik.tu-darmstadt.de)
Thu, 14 May 1998 16:18:56 +0200
MSXML is a validating parser written in Java. You can get at the DTD, =
but only=20
as XML-Data elements. Of course, they ship the code, so you could =
probably go=20
straight to their internal structures.
-- Ron Bourret
> Also, I'm looking for a decent java validating XML parser that
> lets me get at the DTD for parsed XML files. Any suggestions?
> As far as I can tell, it looks as the only thing close is
> Lark or DXP, is that correct?