resource.rss (554B)
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <rss version="2.0">
3
4 <channel>
5 <title>W3Schools Home Page</title>
6 <link>https://www.w3schools.com</link>
7 <description>Free web building tutorials</description>
8 <item>
9 <title>RSS Tutorial</title>
10 <link>https://www.w3schools.com/xml/xml_rss.asp</link>
11 <description>New RSS tutorial on W3Schools</description>
12 </item>
13 <item>
14 <title>XML Tutorial</title>
15 <link>https://www.w3schools.com/xml</link>
16 <description>New XML tutorial on W3Schools</description>
17 </item>
18 </channel>
19
20 </rss>