1
0
mirror of https://github.com/Chouchen/ShikiryuRSS.git synced 2024-06-02 09:57:58 +02:00
ShikiryuRSS/tests/resources/invalid-no-channel.xml

18 lines
541 B
XML
Raw Normal View History

2023-04-12 00:27:35 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<title>test Home Page</title>
<link>https://www.test.com</link>
<description>Free web building tutorials</description>
<item>
<title>RSS Tutorial</title>
<link>https://www.test.com/xml/xml_rss.asp</link>
<description>New RSS tutorial on test</description>
</item>
<item>
<title>XML Tutorial</title>
<link>https://www.test.com/xml</link>
<description>New XML tutorial on test</description>
</item>
</rss>