Subscribe to RSS Feed
Twitter
HIRE ME! home  archives  about  blogroll

Streaming API for XML (StAX)

28 Nov 2003

the Streaming API for XML (StAX) is a new Java API for parsing and writing xml. it’s supposed to solve the well know problems of sax (lack of iterative processing) and dom (potential performance loss resulting from reading the entire XML document into memory).

you can check out the BEA’s reference implementation for more info, and Don Park has written a rss 2.0 parser using the StAX api.

interesting stuff, isn’t it! :p tsjak, tsjak Soeataert! :)

blog comments powered by Disqus