enonic / lib-xslt

XSLT library for Enonic XP.
Apache License 2.0
0 stars 2 forks source link

Xslt Library for Enonic XP

Actions Status codecov License

This library implements an xslt rendering method that can be used in your apps.

See documentation here

Releases and compatibility

App Version XP version
2.0.0 7.0.0
1.0.1 6.11.0
1.0.0 6.11.0

Building

To build this project, execute the following:

./gradlew clean build

Publishing

To release this project, execute the following:

./gradlew clean build publish