Ed Korthof <[EMAIL PROTECTED]> writes: > Look for the update at the bottom (2003/06/30).
Oh my god, I can't believe he actually FINALLY did it. I must've begged Dave to do this at least thirty times back in 2001/2002. Ed, thanks for bringing this to my attention. I still take issue with What characters are allowed in strings? Non-printable characters? Null characters? Can a "string" be used to hold an arbitrary chunk of binary data? Any characters are allowed in a string except < and &, which are encoded as < and &. A string can be used to encode binary data. Obviously this is in conflict with "XML-RPC requests are valid XML". If we could just get this one fixed too, we'd finally have a spec that doesn't contradict itself, and I would do a little dance of celebration. - a