A little background - our CMS allows users to post to Blogger using our
back end, and it's run on 6 servers at the moment
Only one server is producing these errors (and it's back to server ID
13 again, which is producing the errors) - the others are running just
fine
The users can (obviously) define their own posts, but here's the format
I'm sending it in
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<entry xmlns="http://purl.org/atom/ns#">
<title mode="xml" type="text/plain">Subject</title>
<issued>yyyy-mm-ddThh:mm:ssZ</issued>
<generator url="http://ServerURL">ServerName</generator>
<content type="text/plain" mode="escaped">Content</content>
</entry>
I'm using the ATOM API, posting to http://www.blogger.com/atom/blogID
Cheers,
Phil