OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[xml-dev] Re: SAX-core #2: factories



This one was fixed in the SAX2 r2pre2 release, by the way.

The current org.xml.sax.helpers.XMLReaderFactory fixes
several issues with the factory code.  Have a look at the
javadoc ... the META-INF/services/org.xml.sax.driver
resource may contain the name of the class to use.

- Dave


----- Original Message ----- 
From: "Michael Brennan" <Michael_Brennan@allegis.com>
To: "'David Brownell'" <david-b@pacbell.net>; <sax-devel@lists.sourceforge.net>
Cc: <xml-dev@lists.xml.org>
Sent: Tuesday, August 07, 2001 5:56 PM
Subject: RE: SAX-core #2: factories


> I was thinking of META-INF/services support _in addition_ to a compiled-in
> default. The compiled-in default makes sense as a fallback. And I was
> thinking of just adding it for the XMLReaderFactory class (similar to JAXP's
> use of this mechanism for the SAXParserFactory class), but not retrofitting
> SAX1 ParserFactory.
> 
> ...