Skip to content

xslet/xslt-repo-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The repository template for XSLT applications/libraries in xslet project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published