A library for the composition of XML files and streams; it can also serve as the base for libraries for the composition of output in other XML based languages, like SVG or – with some limitations – HTML.
It provides also some helpers for the parsing of XML files.
Documentation
- Javadoc Reference
- Maven POM
<dependency> <groupId>org.tquadrat.library</groupId> <artifactId>org.tquadrat.foundation.xml</artifactId> <version>0.1.0</version> </dependency>