您最多选择25个标签 标签必须以中文、字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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>