[wp-xmlrpc] what clients send an XML declaration in XML-RPC requests?
Daniel Jalkut
jalkut at red-sweater.com
Sat Jul 25 16:17:50 UTC 2009
Hi Joseph - MarsEdit does include the preamble and it looks like your
example but also includes content-encoding information:
<?xml version="1.0" encoding="utf-8"?>
Is there some context for why you're asking about this? Just curious
if we can help brainstorm an answer to whatever is on your mind.
Daniel
On Jul 24, 2009, at 7:00pm, Joseph Scott wrote:
>
> 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/
>
>
>
>
> _______________________________________________
> wp-xmlrpc mailing list
> wp-xmlrpc at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-xmlrpc
More information about the wp-xmlrpc
mailing list