classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] StAX API


From: Anthony Green
Subject: Re: [cp-patches] StAX API
Date: Sat, 03 Sep 2005 07:57:43 -0700

On Sat, 2005-09-03 at 11:04 +0100, Chris Burdess wrote:
> Further to confirmation by address@hidden, 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]