[wp-xmlrpc] what clients send an XML declaration in XML-RPC requests?
Joseph Scott
joseph at josephscott.org
Fri Jul 24 23:00:41 UTC 2009
One of the first things that WordPress does when processing an XML-RPC
request is look for an XML declaration, something like:
<?xml version="1.0"?>
It strips this off if it is found so that it can parse the rest of the
request as XML.
To those of you out there that are writing blog clients for WordPress
I have a question. Do you include this declaration at the top of your
requests? If so, is it identical to this one or is it different?
--
Joseph Scott
joseph at josephscott.org
http://josephscott.org/
More information about the wp-xmlrpc
mailing list