Skip to content

The gold standard Stax XML API implementation. Now at Github.

License

Notifications You must be signed in to change notification settings

nkutsche/woodstox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

The gold standard Stax XML API implementation. Now at Github.

[FORKED VERSION] Plese note, that this is a forked version of FasterXML/woodstox.

Get it!

Maven

The most common way is to use Maven (or Ivy) to access it from Maven Central repository. Coordinates for this are:

  • Group id: com.github.nkutsche
  • Artifact id: woodstox-core
  • Latest published version: 5.2.1 (10-Sep-2017)
    • (NOTE! Version 5.0.0 was accidentally released as broken, not containing actual classes -- 5.0.1 is the first functioning 5.x version).

Note that Maven id has changed since Woodstox 4.x.

Requirements

Woodstox 5 and above require Java 6 (JDK 1.6); as well as Stax API that is included in JDK. The only other mandatory dependence is Stax2 API, extended API implemented by Woodstox and some other Stax implementations (like Aalto.

Optional dependency is Multi-Schema Validator (MSV) that is needed if using XML Schema or RelaxNG validation functionality

License

Woodstox 5.x is licensed under Apache 2 license.

Documentation etc

About

The gold standard Stax XML API implementation. Now at Github.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • HTML 0.1%