Skip to content
Tatu Saloranta edited this page Apr 25, 2022 · 26 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 to core Stax API.

Licensing

Aalto is licensed under Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt).

Releases

Aalto follows Apache versioning convention, and similar to Semantic Versioning from external user perspective.

1.3.2

Released on April 25, 2022. Fixes included:

  • #78: Async parsing turns " inside element content into apostrophe

1.3.1

Released on January 14, 2022. Fixes included:

  • #75: Fixing a bug when multi-byte characters were split

1.3.0

Released on May 11, 2021. Fixes included:

  • #65: Support disabling General Entity Reference replacement in attribute values (using new AaltoInputProperties.P_RETAIN_ATTRIBUTE_GENERAL_ENTITIES property for SAX and Stax)
  • Fix minor offset check bug in AsyncByteArrayScanner/AsyncByteBufferScanner

Documentation

Usage

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.3.0: jar (released 11-May-2021)
  • 1.2.2: jar (released 14-Sep-2019) -- With JDK9+ module-info; BufferRecycler fix
  • 1.1.1: jar (released 18-Sep-2018)
  • 1.0.0: jar (released 23-Nov-2015)