README 482 B

1234567891011121314151617
  1. Small XSLT test system::
  2. This is a small standalone test system using OASIS XSLT test suite
  3. (only Xalan tests as yet).
  4. http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=xslt
  5. "make" will do what you need (downloading test archive, expanding,
  6. compiling test runner.
  7. "make run-test" will do the actual tests.
  8. If you want to create reference output files by yourself, compile
  9. prepare.cs and run it on Microsoft.NET (it requires cygwin).
  10. Atsushi Eno <[email protected]>