Details
-
Type: New Feature
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
Description
I'm hacking together a high performance SOAP stack based on StAX which is a great API - kinda like XPP3 but a little cleaner. Also there's WoodStoX which is a very fast parser which implements StAX
http://www.cowtowncoder.com/proj/woodstox/index.html
So having native StAX support in XStream would rock as it'd avoid the SOAP stack having to bridge from StAX to something like SAX.
Sorted