Exemplo de um feed de Atom:
<?xml version="1.0" encoding="utf—8"?> <feed xmlns="http://www.w3.org/2005/Atom"> <title>Genova Home Page — News Feed</title> <link href=http://www.genovaengine.com/> <updated>2006—01—05 3:05:47</updated> <author> <name>Roberson Carlos Fox</name> <email>robersonfox[a]genovaengine.com</email> <uri>http://www.genovaengine.com/about—me</uri> </author> <id>http://www.genovaengine.com</id> <icon>http://www.genovaengine.com/img/genova.ico</icon> <logo>http://www.genovaengine.com/img/G3.jpg</logo> <rights> © 2002—2006 Roberson Carlos Fox </rights> <subtitle>Esteja atualizado com o que há de melhor na web</subtitle> <category term=Informática/> <entry> <title>Título do artigo1</title> <link href=http://www.genovaengine.com/artigos.php?id=46/> <id>http://www.genovaengine.com/artigos.php?id=46/</id> <updated>05—01—2006 02:56:00</updated> <summary>Descrição do artigo1</summary> <author> <name>Roberson Carlos Fox</name> </author> </entry> <entry> <title>Título do artigo2</title> <link href=http://www.genovaengine.com/artigos.php?id=47/> <id>http://www.genovaengine.com/artigos.php?id=47/</id> <updated>06—01—2006 01:36:00</updated> <summary>Descrição do artigo2</summary> <author> <name>Roberson Carlos Fox</name> </author> </entry> </feed>