Note: This is a provider bundle, but it currently exports some classes that can be used by other bundles to extend the functionality provided. These classes may be moved to a separate library bundle in the future.
This component provides implementations for
- idenfiying XML formats with root element name and namespace
- validating OBFL and PEF files
- converting
- DTBook, epub, html, xml and text to OBFL
- OBFL to PEF and text
Java, StAX, XSLT, OBFL, Schematron, RelaxNG
Download the latest release from maven central and add it to your runtime environment.
Access the implementations via the TaskSystemFactory
and TaskGroupFactory
API in streamline-api or in an OSGi environment use TaskSystemFactoryMakerService
and TaskGroupFactoryMakerService
.
Build with gradlew build
(Windows) or ./gradlew build
(Mac/Linux)
Tests are run with gradlew test
(Windows) or ./gradlew test
(Mac/Linux)
- Requires Java 8
- Compatible with SPI and OSGi
See the common wiki for more information.