<?xml version="1.0" encoding="utf-8"?>

  <rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
  >

  <channel rdf:about="http://www.artima.com/weblogs/index.jsp?blogger=cay">
    <title>Cay Horstmann's Weblog</title>
    <description>
The Coding Curmudgeon
    </description>
    <link>http://www.artima.com/weblogs/index.jsp?blogger=cay</link>
    <image rdf:resource="http://www.artima.com/images/artima88x33.gif" />
   <items>
      <rdf:Seq>
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=4894" />
        <rdf:li resource="http://www.artima.com/weblogs/viewpost.jsp?thread=4744" />
      </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://www.artima.com/images/artima88x33.gif">
    <title>Artima.com</title>
    <url>http://www.artima.com/images/artima88x33.gif</url>
    <link>http://www.artima.com/</link>
  </image>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=4894">
    <title>Irritating Interfaces and Iterators</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=4894</link>
    <description>
The Java collection class library has some fine qualities, and having a standardized set of collections is certainly far better than not having it. But the library also has a number of flaws that should be discussed and understood, so that they don't get perpetuated in future libraries. This article discusses two of the more irritating issues. (From Cay Horstmann's Weblog)
    </description>
  </item>

  <item rdf:about="http://www.artima.com/weblogs/viewpost.jsp?thread=4744">
    <title>Some Objects are More Equal Than Others</title>
    <link>http://www.artima.com/weblogs/viewpost.jsp?thread=4744</link>
    <description>
Many Java programmers believe that they should include an instanceof test in equals methods. Many authors egg them on. This article explains why this is very wrong and muddleheaded in almost all cases, and urges programmers to test for equality of classes instead. (From Cay Horstmann's Weblog)
    </description>
  </item>

</rdf:RDF>

