Skip to content

Latest commit

 

History

History

xslt-runner

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ODFXSLTRunner

About ODF XSLT Runner

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.

Documentation

In general, our online site is a great place to start when looking for documentation and other information about ODFXSLTRunner.

Usage

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.

License

Apache License, Version 2.0. Please see file LICENSE.txt.