Hi, Are you html encoding the content that you are sending?. You need to encode the html body that you send, if you snapshot the xml your posting try viewing it in a web browser, if you can't view it correctly in the browser then the sax parser on the google server will fail to parse the XML.
Nicko On Apr 25, 12:59 am, vanderkerkoff <[EMAIL PROTECTED]> wrote: > I worked that bit out, I wasn't passing the token accross in the form > that is trying to add the events, I am now and I've passed through the > redirect and then tried to post to the gsessionid url > > Now I"m getting this error back from ngrep > > HTTP/1.1 400 Bad Request..Content-Type: text/plain; > charset=UTF-8..Transfer-Encoding: chunked..Date: Thu, 24 Apr 2008 > 14:35:55 GMT..Expires: Thu, 24 Apr 2008 14:35:55 GMT..Cache-Control: > private, max-age=0..Server: GFE/1.3..C > onnection: Close....72..org.xml.sax.SAXParseException: The > processing instruction target matching "[xX][mM][lL]" is not > allowed... > > foof > > looks like there's some bad shit somewhere --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
