You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.txt 640 B

12345678910111213141516
  1. This directory contains support for generating HTML task documentation
  2. from the XDoclet generated XML. DVSL
  3. (http://jakarta.apache.org/velocity/dvsl/) is used for this purpose. It has
  4. many of the benefits of XSLT but uses Velocity as its template language.
  5. This is in a subdirectory as it is effectively a sub-proposal demonstrating
  6. one way the task XML can be transformed into HTML.
  7. Directions:
  8. 1. Generate the XML task docs by running the build.xml in the parent
  9. directory.
  10. 2. Generate the HTML docs by running the build file in this directory.
  11. The output is written to ../build/docs/manual.
  12. -Bill Burton <billb@progress.com>