<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Cross Domain AJAX</title>
	<atom:link href="http://www.redllama.net/2007/01/26/cross-domain-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redllama.net/2007/01/26/cross-domain-ajax/</link>
	<description>Inside thoughts... aloud.</description>
	<lastBuildDate>Sun, 29 Aug 2010 13:58:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: roberson</title>
		<link>http://www.redllama.net/2007/01/26/cross-domain-ajax/comment-page-1/#comment-399</link>
		<dc:creator>roberson</dc:creator>
		<pubDate>Fri, 09 Mar 2007 20:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://wp.redllama.net/?p=378#comment-399</guid>
		<description>Another option is to use javascript to add a &lt;script&gt; tag to the &lt;head&gt;.  The browser will happily load that file regardless of it&#039;s domain.  It was useful for me in an instance where I needed to set up a cookie from the other domain, in addition to getting from data from it.

This guy mentions it:
http://bob.pythonmac.org/archives/2005/12/05/remote-json-jsonp/</description>
		<content:encoded><![CDATA[<p>Another option is to use javascript to add a &lt;script&gt; tag to the &lt;head&gt;.  The browser will happily load that file regardless of it&#8217;s domain.  It was useful for me in an instance where I needed to set up a cookie from the other domain, in addition to getting from data from it.</p>
<p>This guy mentions it:<br />
<a href="http://bob.pythonmac.org/archives/2005/12/05/remote-json-jsonp/" rel="nofollow">http://bob.pythonmac.org/archives/2005/12/05/remote-json-jsonp/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

