A repository template for XSLT application/library in xslet project.
- Modify
app-name
to your project name inbuild.xml
. - Specify the property
"prodtype"
inbuild.xml
to"application"
or"library"
. - Append
target
s to setup dependency libraries and theirantcall
inbuild.xml
. - Append necessary namespace declarations in
res/xsl/*.xsl
. - Modify
app-name
to your project name and edit descriptions indocs/index.html
for github-pages. - Edit descriptions in
src/xsl/main.xsl
for API document. - Remove here, uncomment the following and modify
app-name
to your project in thisREADME.md
. - Execute the command
ant setup
to download dependency libraries and setup this project. - Execute the command
ant build
to build this project.