Cannot pass empty list as XML-RPC array
Bug #684844 reported by
Linda
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
xml-rpc-el |
New
|
Undecided
|
Unassigned |
Bug Description
As lisp treats the empty list as "nil" one cannot currently pass an empty list as an XML-RPC array type.
To post a comment you must log in.
Attached is a solution for this problem: Allow vectors to be used to describe XML-RPC arrays. Then, an empty vector [] will be translated into the correct XML.