== Woodstox XML parser ==

Woodstox is an XML-parser that allows parsing of XML documents in so-called
pull mode (aka "pull parsing").
It specifically implements StAX 1.0 API:

http://www.jcp.org/en/jsr/detail?id=173

which defines what is closest to being the J2xE standard for XML pull parsers.

Woodstox was originally written by Tatu Saloranta (<tatu.saloranta@iki.fi>.

Woodstox licensing is explained in file LICENSE; be sure to read it
to understand licensing.

Contributions to the source code need to be made as specified by
the License; so that they can be distributed according to the
License terms.
