Aalto Download
Licensing
Downloadable version of Aalto XML processed is licensed under Apache License (version 2.0). Alternative commercial licensing is also available; for details please contact mailto:info@fasterxml.com
Using Aalto
You can use Aalto like any other Stax implementation: jar contains necessary manifest information to register Aalto as a Stax implementation.
But if you want to ensure that Aalto is used instead of other Stax implementations that may be found in classpath, you should instantiate com.fasterxml.aalto.stax.InputFactoryImpl and com.fasterxml.aalto.stax.OutputFactoryImpl explicitly. This is a recommended practice as otherwise choice of Stax implementation is undefined; and this may lead to strange problems.
Source code
Stashed at GitHub; project page: http://github.com/FasterXML/aalto-xml
Downloadable artifacts
Most recent version
- Version: 0.9.6
- Release date: 10-Oct-2010
Stax2 API Jar (3.0.3) (note: also available via Maven)
- Documentation:
