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