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>&lt;?xml version="1.0" encoding="utf-8" ?&gt;<br>&lt;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#"&gt;<br>&nbsp; &lt;channel&gt;<br>&nbsp;&nbsp;&nbsp; &lt;title&gt;Aggregator RSS feed&lt;/title&gt;<br>&nbsp;&nbsp;&nbsp; &lt;link&gt;https://dfm2o.ply.st/aggregator/rss&lt;/link&gt;<br>&nbsp;&nbsp;&nbsp; &lt;description&gt;&lt;/description&gt;<br>&nbsp;&nbsp;&nbsp; &lt;language&gt;en&lt;/language&gt;<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &lt;item&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;title&gt;&lt;/title&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;link&gt;https://dfm2o.ply.st/&lt;/link&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;description&gt;&lt;/description&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;pubDate /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;dc:creator /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;guid isPermaLink="true"&gt;https://dfm2o.ply.st/&lt;/guid&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/item&gt;<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