-
-
Notifications
You must be signed in to change notification settings - Fork 72
Home
Tatu Saloranta edited this page May 11, 2021
·
27 revisions
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.
Aalto is licensed under Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt).
Aalto follows Apache versioning convention, and similar to Semantic Versioning from external user perspective.
- #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
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: