<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Latest snippets tagged test</title>
  <link rel="alternate" href="http://snippets.prendreuncafe.com/snippets/tagged/test/order_by/date"></link>
  <id>http://snippets.prendreuncafe.com/snippets/tagged/test/order_by/date</id>
  <updated>2006-10-09T18:40:09Z</updated>
  <author>
    <name>Symfony</name>
    <author_email>noreply@symfony-project.com</author_email>
  </author>
<entry>
  <title>Hello World !</title>
  <link href="http://snippets.prendreuncafe.com/snippet/1"></link>
  <updated>2006-10-09T18:40:09Z</updated>
  <id>1</id>
  <summary type="html">Hi all, this is just a test :

[code]
&lt;?php
abstract class HelloWorld {
  static public function sayIt()
  {
    echo 'Hello World !';
  }
}

HelloWorld::sayIt();
?&gt;
[/code]</summary>
</entry>
</feed>