<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>https://aggregator.example.com/feed</id>
<title>Aggregator</title>
<updated>2025-05-12T09:00:00Z</updated>
<entry>
<id>https://aggregator.example.com/republished/1</id>
<title>Republished Post</title>
<updated>2025-05-12T09:00:00Z</updated>
<author><name>EntryAuthor</name></author>
<link rel="alternate" href="https://aggregator.example.com/republished/1"/>
<summary>An entry quoted from another feed.</summary>
<source>
<id>https://origin.example.com/feed</id>
<title>Origin Blog</title>
<updated>2025-05-11T08:00:00Z</updated>
<author><name>SourceAuthor</name></author>
<link rel="alternate" href="https://origin.example.com/"/>
<category term="origin-cat"/>
</source>
</entry>
</feed>