ODF XSLT Runner is a Java command line application that allows you to apply XSLT stylesheets to XML streams included in ODF packages without extracting them from the package.
In general, our online site is a great place to start when looking for documentation and other information about ODFXSLTRunner.
Easiest way is to use the latest Maven release by adding the Maven dependency:
<dependency>
<groupId>org.odftoolkit</groupId>
<artifactId>xslt-runner</artifactId>
</dependency>
Or just call from command line: "java -jar xslt-runner-<VERSION>-jar-with-dependencies.jar". Detailed documentation can be found online.
You will have ODFDOM as a dependency.
Apache License, Version 2.0. Please see file LICENSE.txt.