WK - Web site Kouchiku (Web site Construction)

* What is wk?

  XSLT processor for web site.

* What wk does:

  ** apply XSLT style sheet to XML file.
  ** process XIncludes.
  ** rewrite absolute URIs to relative URIs to ease testing.

* How to INSTALL:

  You need libxml2 and libxslt.
  These libraries can be obtained from <URL:http://xmlsoft.org/> and
  <URL:http://xmlsoft.org/XSLT/>.

* How to use:

   wk STYLE XML URI

     STYLE -- XSLT Style sheet
     XML   -- XML file
     URI   -- absolute path of target HTML

* TODO:

  ** Automatically traverse directories and apply style sheets.
  ** Also convert URIs in HTML files.
  ** File set synchronization support like 'rsync'.
  ** Check consistency of URIs among files.
  ** Add support for rule files (like build.xml of Ant, or Makefile).
