views:

20

answers:

0

I have links to pull in xml for a page to use:

<link rel="alternate" type="application/rss+xml" title="My document - Google Docs"
 href="http://spreadsheets.google.com/feeds/cells/tj65zmNwfLSmt-t6clQ-xog/od1/public/basic?min-row=1&amp;amp;min-col=1&amp;amp;max-row=27&amp;amp;max-col=12" />

how do I interact with this document using the cached/already pulled in content rather than sending another request out to the server? I'd like to use Javascript or Jquery to pull data from this document.