Gregory Krasnow wrote:
> ok thanks.  I was just curious since it seemed that even if I just wanted to
> use the DOM parser, I had to include classes from org.xml.sax.  I wanted to
> know if maybe it would be better for some of these (like InputSource,
> ErrorHandler, etc...) should be in org.apache.xerces so that it was more
> obvious that they are general classes instead of part of the actual SAX
> implementation.

Yes, you still have to include the SAX stuff because we use a few
of the useful classes and interfaces like InputSource, EntityResolver,
etc. We can't move the those things to our package because they are
part of a standard.

-- 
Andy Clark * IBM, JTC - Silicon Valley * [EMAIL PROTECTED]

Reply via email to