<?xml version="1.0" encoding="iso-8859-1"?>
<feed xmlns="http://example.com/newformat#" xmlns:ent="http://www.purl.org/NET/ENT/1.0/" version="1.0">
  <title>My First Weblog</title>
  <subtitle>Ain't the Interweb great?</subtitle>
  <link>http://bob.blog/</link>

  <modified>2003-02-05T12:29:29Z</modified>

  <entry>
    <title>My First Entry</title>
    <subtitle>In which a newbie learns to blog...</subtitle>
    <summary>A very boring entry; just learning how to blog here...</summary>

    <author>
      <name>Bob B. Bobbington</name>
      <homepage>http://bob.name/</homepage>
      <weblog>http://bob.blog/</weblog>
    </author>
    <contributor>
      <name>Yo-Yo Dyne</name>
      <homepage>http://yoyo.dyne.name/</homepage>
      <weblog>http://blog.yoyo.dyne.name/</weblog>
    </contributor>
    <!-- and another couple contributors could go here -->

    <link>http://bob.blog/28</link>
    <id>http://bob.blog/28</id>

    <created>2003-02-05T12:29:29Z</created>
    <issued>2003-02-05T08:29:29-04:00</issued>
    <modified>2003-02-05T12:29:29Z</modified>

    <content type="application/xhtml+xml" xml:lang="en-us">
      <p xmlns="...">Hello, <em>weblog</em> world! 2 &lt; 4!</p>
    </content>

    <content type="text/html" xml:lang="en-us">
      <p>Hello, <em>weblog</em> world! 2 &lt; 4!</p>
    </content>

    <content type="text/plain" xml:lang="en-us" mode="escaped">
      <![CDATA[ Hello, _weblog_ world! 2 < 4! ]]>
    </content>

    <content type="image/png" xml:lang="en-us" src="http://bob.blog/helloworld.png" />

    <ent:topic id="introductory">Hello</ent:topic>
  </entry>
</feed>
