Skip to content

Instantly share code, notes, and snippets.

@lexoyo
Last active November 21, 2025 19:51
Show Gist options
  • Select an option

  • Save lexoyo/b9c0d742cab594aee53785b77f17e695 to your computer and use it in GitHub Desktop.

Select an option

Save lexoyo/b9c0d742cab594aee53785b77f17e695 to your computer and use it in GitHub Desktop.
feed rss de test
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Silex Test Feed</title>
<link>https://example.com</link>
<description>Flux de test pour n8n</description>
<language>fr</language>
<item>
<title>Première news</title>
<link>https://example.com/news/1</link>
<guid>test-1</guid>
<pubDate>Mon, 20 Jan 2025 10:00:00 GMT</pubDate>
<description>Ceci est un élément de test</description>
</item>
<item>
<title>Deuxième news</title>
<link>https://example.com/news/2</link>
<guid>test-2</guid>
<pubDate>Tue, 21 Jan 2025 12:00:00 GMT</pubDate>
<description>Encore un élément pour tester</description>
</item>
<item>
<title>Troisième news</title>
<link>https://example.com/news/3</link>
<guid>test-3</guid>
<pubDate>Wed, 22 Jan 2025 09:30:00 GMT</pubDate>
<description>Dernier item de test</description>
</item>
<item>
<title>4 news</title>
<link>https://example.com/news/3</link>
<guid>test-4</guid>
<pubDate>Wed, 22 Jan 2025 09:30:00 GMT</pubDate>
<description>Dernier item de test</description>
</item>
<item>
<title>5 news</title>
<link>https://example.com/news/3</link>
<guid>test-5</guid>
<pubDate>Wed, 22 Jan 2025 09:30:00 GMT</pubDate>
<description>Dernier item de test</description>
</item>
</channel>
</rss>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment