On Sat, 2005-09-03 at 11:04 +0100, Chris Burdess wrote: > Further to confirmation by [EMAIL PROTECTED], I have committed the XML > pull parser API.
This is great - thanks! Sun is shipping some version of these classes in 1.5: http://java.sun.com/webservices/docs/1.5/api/javax/xml/stream/XMLEventReader.html But what they're shipping is different from the jsr173 stax 1.0 API: https://stax-utils.dev.java.net/nonav/javadoc/api/javax/xml/stream/XMLEventReader.html It looks like you've implemented what the JDK 1.5 ships. I downloaded woodstox (a free StAX implementation) from here: http://woodstox.codehaus.org/Download and tried to build it against your API implementation. It seems to require the stax 1.0 API, which includes methods like XMLEvenReader.close(). Can we augment your API implementation to match the stax 1.0 API? Or should we create a fork for the jsr173 implementation? AG _______________________________________________ Classpath-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath-patches
