<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: firstsnippet code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Mon, 06 Oct 2008 21:51:10 GMT</pubDate>
    <description>DZone Snippets: firstsnippet code</description>
    <item>
      <title>How to eat an elephant in Java</title>
      <link>http://snippets.dzone.com/posts/show/5332</link>
      <description>How do you eat an elephant? Well, 'bite by bite', they told me. In Java, this may look like this:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;  Elephant elephant = ...; // get the elephant from somewhere&lt;br /&gt;&lt;br /&gt;  while (!elephant.isEatenCompletely()) {&lt;br /&gt;    elephant.haveOneBite();&lt;br /&gt;  }&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Why am I writing this? Well, simply to test my dzone account ;)</description>
      <pubDate>Mon, 07 Apr 2008 12:27:51 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/5332</guid>
      <author>chris-o (Chris Oloff)</author>
    </item>
  </channel>
</rss>
