<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>Feed id</id>
  <title>Feed title</title>
  <updated>XXX</updated>
  <author>
    <name>Author name</name>
  </author>
  <generator>eZ Components</generator>
  <entry>
    <id>Entry id</id>
    <title xml:lang="no"></title>
    <updated>XXX</updated>
    <content>Entry content</content>
  </entry>
</feed> 
