Re: Bug report (Re: Merging GNU JAXP into kaffe)
Ito Kazumitsu <[email protected]>
| Newsgroups | gmane.comp.java.classpath.extensions.xml |
|---|---|
| Message-ID | <[email protected]> |
In message "Re: Bug report (Re: [Classpathx-xml] Merging GNU JAXP into kaffe)"
on 02/12/06, Ito Kazumitsu <[email protected]> writes:
> Java VM SAXParserFactory System Property Result
> (*1) (*2)
> ------- ---------------- --------------- ------
> JDK 1.4 JAXPFactory JAXPFactory NG
> JAXPFactory unset OK
> (*1)
> JAXPFactory:
> SAXParserFactory factory = gnu.xml.aelfred2.JAXPFactory.newInstance();
Although we are calling gnu.xml.aelfred2.JAXPFactory,
newInstance() is actually defined in javax.xml.parsers.SAXParserFactory.
So in this case, GNU JAXP is not used.