Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.73 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.73 KB

xslt-repo-template

A repository template for XSLT application/library in xslet project.

Usage

  1. Modify app-name to your project name in build.xml.
  2. Specify the property "prodtype" in build.xml to "application" or "library".
  3. Append targets to setup dependency libraries and their antcall in build.xml.
  4. Append necessary namespace declarations in res/xsl/*.xsl.
  5. Modify app-name to your project name and edit descriptions in docs/index.html for github-pages.
  6. Edit descriptions in src/xsl/main.xsl for API document.
  7. Remove here, uncomment the following and modify app-name to your project in this README.md.
  8. Execute the command ant setup to download dependency libraries and setup this project.
  9. Execute the command ant build to build this project.