[Gardeners] Back and forth between SBCL and plt-scheme
Bob Hutchison
hutch at recursive.ca
Mon Apr 16 07:31:47 CDT 2007
Hi Bruce,
On 15-Apr-07, at 4:08 PM, Bruce Durling wrote:
> I'm not sure which one of the various xml libraries out there would
> be the
> best. I know that library reviews have been discussed on this list
> before and I was wondering if anyone had done any xml programming
> recently with lisp and could share their experience.
I needed a SAX-like API, unicode (UTF-8 minimally), CDATA, and
namespaces. That left me with cl-xml and cxml. I tried cl-xml first,
very big and complex (and for some unknown reason I couldn't access
the cl-xml website from work, but I could from home). Moved to cxml,
and have been quite happy with it. Primarily working with it in
Lispworks, it seems to work in SBCL as well but I haven't really
exercised it there.
Good luck!
Cheers,
Bob
----
Bob Hutchison -- tumblelog at <http://
www.recursive.ca/so/>
Recursive Design Inc. -- <http://www.recursive.ca/>
xampl for Ruby -- <http://rubyforge.org/projects/xampl/>
More information about the Gardeners
mailing list