Figured it out:

Had to add xmlns

<atom:entry xmlns:atom="http://www.w3.org/2005/Atom";>
        <gsx:name xmlns:gsx="http://schemas.google.com/spreadsheets/2006/
extended">John</gsx:name>
        <gsx:email xmlns:gsx="http://schemas.google.com/spreadsheets/2006/
extended">[EMAIL PROTECTED]</gsx:email>
</atom:entry>

On Sep 26, 10:20 am, PatRoy <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm trying to add rows to my spreadsheet by using http post and I get
> the following error:
>
> The prefix &quot;gsx&quot; for element &quot;gsx:name&quot; is not
> bound.
>
> Here's my data string:
>
> <entry>
>         <gsx:name>John</gsx:name>
>         <gsx:email>[EMAIL PROTECTED]</gsx:email>
> </entry>
>
> I'm sending it the post url of my worksheet using Content-Type:
> application/atom+xml.
>
> Thoughts?
>
> Note: my spreadsheet has the headers: name and email
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Docs Data APIs" 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-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to