Hello, All.
Version of SBCL - 1.0.1
Version of s-xml-rpc - latest from cvs
I found possible bug in library:
* (decode-xml-rpc (make-string-input-stream "<value><boolean>1</boolean></value>"))
* T
* (decode-xml-rpc (make-string-input-stream "<value><boolean>0</boolean></value>"))
* ""
So, when my client resieves "false" from server I get "" except of nil. Is this
bug or feature ? :) I tryed to fix it, but my experience in lisp isn't well.
P.S.: my english is bad, sorry :)
--
Best regards, Evgeniy Zamriy