[cl-soap-devel] a couple of bug fixes
Carlos Ungil
carlos.ungil at bluewin.ch
Wed Sep 7 23:08:51 UTC 2005
Hello again,
I forgot to mention a problem with s-xml:
[ xml.lisp ]
183c183
< (defvar *namespaces* `(("" . *local-namespace*))
---
> (defvar *namespaces* `(("" . ,*local-namespace*))
I don't know if my version is correct, but at least it seems to work
(the original code was resulting in an error because it was not
possible to apply some method to the *local-namespace* symbol).
Carlos
More information about the cl-soap-devel
mailing list