This library implements an xslt rendering method that can be used in your apps. See documentation here: https://enonic-docs.s3.amazonaws.com/com.enonic.lib/lib-xslt/index.html
App Version | XP version |
---|---|
1.0.0 | 6.11.0 |
To build this project, execute the following:
./gradlew clean build
To release this project, execute the following:
./gradlew clean build uploadArchives
Building the documentation is done executing the following:
./gradlew buildDoc
And publishing the docs to S3:
./gradlew publishDoc