SAX, DTDs, parsing...

David Megginson (ak117@freenet.carleton.ca)
Thu, 14 May 1998 12:02:54 -0400


Joel Riedesel writes:
>
> Please excuse my ignorance; I'm just starting to dive into code for XML
> stuff...
>
> Would someone direct me to a good overview of SAX?

Here's an intro:

http://www.megginson.com/SAX/quickstart.html

> 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?

AElfred provides (non-SAX) methods for accessing the DTD, and I think
that IBM's XML for Java might as well.

All the best,

David

-- 
David Megginson                 david@megginson.com
           http://www.megginson.com/