RE: Changing the format of the document returned via an XML-RPC query

2003-08-07 Thread Kevin Ross
#x27;Neill Sent: Wednesday, August 06, 2003 6:37 PM To: [EMAIL PROTECTED] Subject: Changing the format of the document returned via an XML-RPC query At the moment there are a number of bugs in the xml-rpc driver rooted in the approach taken to format of the query response document. Currently th

Changing the format of the document returned via an XML-RPC query

2003-08-06 Thread Kevin O'Neill
At the moment there are a number of bugs in the xml-rpc driver rooted in the approach taken to format of the query response document. Currently the response nodes are added to an xml document then this document is serialised to text. This causes a flattening of the nodes and text nodes are merged.