Common XML utils - This project contains frequently used XML utils, so they can be used in several projects.
- Bug fixes:
- Encoding problems when reading from URL.
- Fix for Entity parsing: Support Character entities (e.g. & /  )
- Fix for NodeInfo: if node baseUri is null use the baseUri of the parent node.
- XInclude support
- Some smaller fixes
- Added helper classes for array handling, reflections, regex, threading and compare XML
- Added this release notes
- Maven changes:
- Use woodstox 5.2.1
- Use a local distribution repository
- Added ChangePropertyListener
- First public release