<?xml version="1.0" encoding="UTF-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> <id>foo-bar-id</id> <title type="text">Foo bar news</title> <updated>2018-04-06T13:02:46Z</updated> <link rel="foo" type="text/html" hreflang="en" href="http://foo.bar.news/" title="Foo bar news html" length="1000"/> <link rel="bar" type="application/atom+xml" hreflang="pt" href="http://foo.bar.news/feed.atom" title="Foo bar news atom" length="100"/> <author> <name>Alice</name> <uri>http://foo.bar.news/people/alice</uri> <email>alice@foo.bar.news</email> </author> <author> <name>Bob</name> <uri>http://foo.bar.news/people/bob</uri> <email>bob@foo.bar.news</email> </author> <contributor> <name>Charlie</name> <uri>http://foo.bar.news/people/charlie</uri> <email>charlie@foo.bar.news</email> </contributor> <contributor> <name>David</name> <uri>http://foo.bar.news/people/david</uri> <email>david@foo.bar.news</email> </contributor> <category term="foo category" scheme="this-is-foo-scheme" label="this is foo label"/> <category term="bar category" scheme="this-is-bar-scheme" label="this is bar label"/> <generator uri="http://foo.bar.news/generator" version="1.0">Foo bar generator</generator> <icon>http://foo.bar.news/icon.png</icon> <logo>http://foo.bar.news/logo.png</logo> <subtitle>This is subtitle</subtitle> <entry> <id>foo-bar-entry-id-1</id> <title>Foo bar item 1</title> <updated>2018-04-06T13:02:47Z</updated> <author> <name>Ellie</name> <uri>http://foo.bar.news/people/ellie</uri> <email>ellie@foo.bar.news</email> </author> <author> <name>Franz</name> <uri>http://foo.bar.news/people/franz</uri> <email>franz@foo.bar.news</email> </author> <link rel="foo entry" type="text/html" hreflang="en" href="http://foo.bar.news/entry" title="Foo bar news html" length="1000"/> <link rel="bar entry" type="application/atom+xml" hreflang="pt" href="http://foo.bar.news/entry/feed.atom" title="Foo bar entry atom" length="100"/> <category term="foo entry category" scheme="this-is-foo-entry-scheme" label="this is foo entry label"/> <category term="bar entry category" scheme="this-is-bar-entry-scheme" label="this is bar entry label"/> <contributor> <name>Gin</name> <uri>http://foo.bar.news/people/gin</uri> <email>gin@foo.bar.news</email> </contributor> <contributor> <name>Hanz</name> <uri>http://foo.bar.news/people/hanz</uri> <email>hanz@foo.bar.news</email> </contributor> <source> <id>http://foo.bar.news/source</id> <title>Foo bar source</title> <updated>2018-04-06T13:02:48Z</updated> </source> <published>2018-04-06T13:02:49Z</published> <summary type="text">This is summary 1</summary> <content>This is content 1</content> <rights>This is rights 1</rights> </entry> <entry> <id>foo-bar-entry-id-2</id> <title>Foo bar item 2</title> <updated>2018-04-06T13:02:50Z</updated> <author> <name>Iris</name> <uri>http://foo.bar.news/people/iris</uri> <email>iris@foo.bar.news</email> </author> <author> <name>Jhon</name> <uri>http://foo.bar.news/people/jhon</uri> <email>jhon@foo.bar.news</email> </author> <link rel="foo entry" type="text/html" hreflang="en" href="http://foo.bar.news/entry" title="Foo bar news html" length="1000"/> <link rel="bar entry" type="application/atom+xml" hreflang="pt" href="http://foo.bar.news/entry/feed.atom" title="Foo bar entry atom" length="100"/> <category term="foo entry category"/> <category term="bar entry category"/> <contributor> <name>Kevin</name> <uri>http://foo.bar.news/people/kevin</uri> <email>kevin@foo.bar.news</email> </contributor> <contributor> <name>Lucy</name> <uri>http://foo.bar.news/people/lucy</uri> <email>lucy@foo.bar.news</email> </contributor> <source> <id>http://foo.bar.news/source</id> <title>Foo bar source</title> <updated>2018-04-06T13:02:51Z</updated> </source> <published>2018-04-06T13:02:52Z</published> <summary type="text">This is summary 2</summary> <content>This is content 2</content> <rights>This is rights 2</rights> </entry> </feed>