No, my fix wasn't enough, the decoding was failing as soon as you had some data between <value> and the inner container (the testsuite contains \n). The testsuite for xmlrpc is working again on 7.4 and 7.5 on my machine.
Are the testsuite tests that started to fail after that change broken?
/ Johan Sundström (Achtung Liebe!)
Previous text:
2004-02-23 17:01: Subject: Re: XMLRPC patch for 7.2
Here is the patch:
on Feb 23 16:38:40 2004 @@ -137,7 +137,7 @@
<!ELEMENT params (param*)>
<!ELEMENT param (value)>
- <!ELEMENT value (boolean|i4|int|double|string|base64|
<!ELEMENT value (#PCDATA|boolean|i4|int|double|string|base64| array|struct|dateTime.iso8601)>
<!ELEMENT boolean (#PCDATA)>
Actually this is enough, no need to apply the lines after.
/ David
/ Brevbäraren