How to construct an Atom object in Javascript and POST it to an URL?
- by user319525
I'm trying to create a table using google spreadsheet API as described here
http://code.google.com/apis/spreadsheets/data/3.0/developers_guide_protocol.html#TableRecordFeeds
But I'm not sure how to construct the Atom object in Javascript and POST it to an URL.