Skip to content
Tatu Saloranta edited this page Sep 18, 2018 · 27 revisions

Home: Aalto XML processor

Aalto XML processor is an ultra-high performance Stax XML processor (parser, generator) implementation. It also implements SAX2 API, as well as Stax2 extension (http://wiki.fasterxml.com/WoodstoxStax2) to core Stax API.

Documentation

Usage

  • Async parsing

Javadocs

Artifacts

Most commonly artifacts are accessed using Maven, via Maven 2 repositories:

  • groupId: com.fasterxml
  • artifactId: aalto-xml

New releases are done using Sonatype Maven repository,from which they are automatically copied (with an hour of delay) to the Central Maven repository. Here are quick links to the central Maven repository for manual downloading:

  • 1.1.1: jar (released 18-Sep-2018)
  • 1.0.0: jar (released 23-Nov-2015)
Clone this wiki locally