This egg is designed as a thin wrapper around the sxml-tools CVS tree
available at http://cvs.sourceforge.net/viewcvs.py/ssax/sxml-tools/.
Download that tree into sxml-tools/ and apply the small patch in
chicken/cvs-20050626.patch (valid as of 2005 June 26, at least).

xlink.scm and xlink-parser.scm are included in the egg, but not
compiled as extensions, because they require ssax:multi-parser.
fragments.scm and guides.scm are also included but not compiled.
Look at chicken/sxml-tools-extra.scm to see how they might be
included (they're commented out).

The tests provided in the CVS tree will run if you load the
chicken/tests.scm wrapper.  Below is a sample session:

#;1> (use sxml-tools)
; loading /usr/local/lib/chicken/sxml-tools.so ...
#;2> (load "chicken/tests.scm")
; loading chicken/tests.scm ...
; loading extras/output.scm ...
; loading sxml-tools/tests/xtest-lib.scm ...
; loading sxml-tools/tests/xtest-harness.scm ...
; loading sxml-tools/tests/xtest-maker.scm ...
#;3> (load "sxml-tools/tests/vsxpathlib.scm")
 <...>
Sxpathlib tests passed successfully!

