[EMAIL PROTECTED] wrote: > > Hi Andy, > > Finally, have you thought about how this will impact the SAX > XMLReaderFactory and ParserFactory? Looks to me like they'll be > unaffected, but just thought I'd make sure.
If I may comment, from reading the sax-devel list, I believe the intent of those classes is that each parser implementation should provide a default parser instance when the SAX "driver" property is not set, instead of failing. The newer versions of SAX point this out and make it easy to modify the code to do so. What earlier versions of parsers typically did was to not make any modifications to the SAX code and so if the "driver" property was not set, then the app would get an exception. Something to add to the todo list along with updating SAX. I believe they may be close to releasing the final version of the bugfix release. -Edwin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
