[s-xml-rpc-devel] BUG ?

Evgeniy Zamriy codebuger at gmail.com
Fri Jul 6 15:58:08 UTC 2007


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



More information about the S-xml-rpc-devel mailing list