Perhaps (instead of using the Feed API) you may want to consider
processing your spreadsheet feed via JSONP, by specifying alt=json-in-
script and providing a callback function.  Try this:

Download and edit a copy of this sample:

http://code.google.com/apis/gdata/samples/spreadsheet_sample.html

Find this element:

<input type="text" name="key" size="44" maxlength="43"
value="o13394135408524254648.240766968415752635">/

Change the maxlength value to "44", and replace the key value:

<input type="text" name="key" size="44" maxlength="44"
value="0AnOCt5NNmEuXdDhWVFEtMWpleGROeFNjS0RhN1RhMFE">/

Load the sample, click "OK" and observe the results.  Examine the
sample code to see how it uses the alt=json-in-script mode, specifying
the "listEntries" callback function, via this request URL:

http://spreadsheets.google.com/feeds/list/0AnOCt5NNmEuXdDhWVFEtMWpleGROeFNjS0RhN1RhMFE/od6/public/values?alt=json-in-script&callback=listEntries

See documentation on "Using JSON in the Google Data Protocol"; see in
particular the "Requesting and using JSON feeds" section and the "JSON-
in-script output" subsection:

http://code.google.com/apis/gdata/docs/json.html#Request

See also:

http://en.wikipedia.org/wiki/JSONP

-- omr

-- 
You received this message because you are subscribed to the Google
Groups "Google AJAX APIs" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
To view this message on the web, visit
http://groups.google.com/group/google-ajax-search-api?hl=en_US
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

Reply via email to