Aggregator RSS feed outputting empty feed items
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #2552037. -->
Reported by: [geertvd](https://www.drupal.org/user/536694)
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Currently the Aggregator RSS feed located under aggregator/rss is returning empty feed items</p>
<pre><?xml version="1.0" encoding="utf-8" ?><br><rss version="2.0" xml:base="https://dfm2o.ply.st/aggregator/rss" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:og="http://ogp.me/ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:schema="http://schema.org/" xmlns:sioc="http://rdfs.org/sioc/ns#" xmlns:sioct="http://rdfs.org/sioc/types#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#"><br> <channel><br> <title>Aggregator RSS feed</title><br> <link>https://dfm2o.ply.st/aggregator/rss</link><br> <description></description><br> <language>en</language><br> <br> <item><br> <title></title><br> <link>https://dfm2o.ply.st/</link><br> <description></description><br> <pubDate /><br> <dc:creator /><br> <guid isPermaLink="true">https://dfm2o.ply.st/</guid><br> </item><br>...</pre><h3 id="how-to-reproduce">How to reproduce</h3>
<ol>
<li>Enable aggregator core module.</li>
<li>Go to aggregator/sources/add to add a feed.</li>
<li>Fill Title with Drupal and URL with <a href="https://www.drupal.org/rss.xml">https://www.drupal.org/rss.xml</a> and save.</li>
<li>Go to admin/config/services/aggregator and Update items.</li>
<li>Check that now you have some items and open aggregator/rss in a browser.</li>
<li>See the resulting XML source code.</li>
</ol>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<ol>
<li>Write test</li>
<li>Write patch</li>
</ol>
issue