= SBCL testing branch = Attempts were made in 2004 to get CL-XML to work with SBCL, circa version 0.8.8, but were largely unsuccessful due to logical path support (or lack thereof). I was able to hack the code around a bit to get things working in SBCL 0.9.8 at the beginning of 2006. My code is in a branch of the SVN repos [source:/branches/sbcl-0.9.x-testing here]. === ASDF === I attempted to make the library ASDF-loadable. See [source:branches/sbcl-0.9.x-testing/cl-xml.asd cl-xml.asd] in the repos. === Questionable Changes === Some of the changes I made to the lib are questionable in nature, when you consider them in relation to other CL implementations. My goal was to get the lib working with SBCL, but ideally, the changes would not break anything in other implementations. Suggestions are welcome. * [11] is the most notable offender * [12] may have some goodies, too === Contact Me === If you are having any issues, I will attempt to help. However, your knowledge of Lisp may far outstrip my own. You have been warned. brad@sankatygroup.com