Skip to content

Commit

Permalink
Minor improvements to README
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 21, 2021
1 parent e313616 commit 6bdcfeb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Overview

The gold standard Stax XML API (`javax.xml.stream`) implementation.
Now at Github.
The gold standard [Stax](https://en.wikipedia.org/wiki/StAX) XML "pull" API (`javax.xml.stream`) implementation.

Since version 4.0, Woodstox also implements [SAX](https://en.wikipedia.org/wiki/Simple_API_for_XML) API for event-based XML processing.

Most if not all popular Java XML web service frameworks use either Stax or
SAX API for XML processing: this means that Woodstox can be used with the
most popular Java frameworks.

For longer overview, check out:

Expand Down

0 comments on commit 6bdcfeb

Please sign in to comment.