<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Latest snippets tagged xmlhttprequest javascrit</title>
  <link rel="alternate" href="http://snippets.prendreuncafe.com/snippets/tagged/xmlhttprequest+javascrit/order_by/date"></link>
  <id>http://snippets.prendreuncafe.com/snippets/tagged/xmlhttprequest+javascrit/order_by/date</id>
  <updated>2007-06-06T18:45:55Z</updated>
  <author>
    <name>Symfony</name>
    <author_email>noreply@symfony-project.com</author_email>
  </author>
<entry>
  <title>Shortest XmlHttpRequest instanciation ever</title>
  <link href="http://snippets.prendreuncafe.com/snippet/68"></link>
  <updated>2007-06-06T18:45:55Z</updated>
  <id>68</id>
  <summary type="html">[code javascript]
if (!XMLHttpRequest) {
  window.XMLHttpRequest = function() {
    return new ActiveXObject('Microsoft.XMLHTTP');
  }
} 
[/code]</summary>
</entry>
</feed>