Updated: 2010/09/18 20:41:18 julian



  Thanks for downloading SDOM!  See the INSTALL file for installation 
instructions.

REQUIREMENTS
============

  SDOM requires a Scheme platform that supports the R6RS specification.  In
particular, SDOM is known to work with GNU Guile version 3.0 or greater.  GNU
Guile is available from:

  http://www.gnu.org/software/guile



TESTS
=====

  SDOM comes with a test suite based on the Java DOM test suite.  Load or 
compile the tests file in your Scheme environment and run the 'run-tests' 
procedure to execute all the tests in the SDOM test suite -- the output will 
indicate whether or not each test passed and how long it took to execute.  You
can also run individual tests by calling their corresponding procedures, which 
have the same names as the strings in the master report.  For example, the 
output of run-tests might contain:

  documentadoptnode-12..................#t (22778)
  documentadoptnode-13..................#t (22841)
  documentadoptnode-14..................#t (53332)
  documentadoptnode-15..................#f (6092)

...meaning that you can run the 'documentadoptnode-15' procedure to execute the
documentadoptnode-15 test by itself (and get the error that caused it fail).
