Documentation Errors?
These may or may not be errors but I'll report, you decide.
I don't believe the value children of the param elements in an xml-rpc methodCall are optional. However in the MSDN documentation the example for both newPost and editPost methods have the type (struct) as a direct child of param. I believe the correct sequence to be <param><value><struct> not <param><struct>.
Additionaly on the same methods the last parameter (publish) is of type boolean yet the example has the value directly in the param element, making it a string. I believe the correct sequence to be <param><boolean>1 not <param>1.
This isn't an error but the examples are also extremely ugly (sorry but I call it how I see it), it would be nice if some indentation scheme could be used to make them more readable.
Thank you.

