<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - 1man</title>
<link>http://snipplr.com/users/1man/tags/xml</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 08 Oct 2008 07:10:50 GMT</pubDate>
<item>
<title>(JavaScript) Ajax Insert Dynamic "script" into "head"</title>
<link>http://snipplr.com/view/2325/ajax-insert-dynamic-script-into-head/</link>
<description><![CDATA[ <p>Part of the script tag hack. Allows you to create a script tag on the fly from a url. The url could be a file containing info such as JSON or XML. Used in Ajax for crossing domains.</p> ]]></description>
<pubDate>Wed, 14 Mar 2007 04:44:00 GMT</pubDate>
<guid>http://snipplr.com/view/2325/ajax-insert-dynamic-script-into-head/</guid>
</item>
<item>
<title>(JavaScript) Ajax Parsing XML Data</title>
<link>http://snipplr.com/view/2316/ajax-parsing-xml-data/</link>
<description><![CDATA[ <p>This function allows you to parse a simple XML document(passed to it using this.href on a onclick event). Virtually the same as JSON, the things that have been changed ate labeled !Important.</p> ]]></description>
<pubDate>Tue, 13 Mar 2007 09:54:15 GMT</pubDate>
<guid>http://snipplr.com/view/2316/ajax-parsing-xml-data/</guid>
</item>
</channel>
</rss>