...

Text file src/github.com/gabriel-vasile/mimetype/testdata/rss.rss

Documentation: github.com/gabriel-vasile/mimetype/testdata

     1<?xml version="1.0" encoding="UTF-8"?>
     2<rss version="2.0">
     3    <channel>
     4        <title>RSS Title</title>
     5        <description>This is an example of an RSS feed</description>
     6        <link>http://www.example.com/main.html</link>
     7        <lastBuildDate>Mon, 06 Sep 2010 00:01:00 +0000 </lastBuildDate>
     8        <pubDate>Sun, 06 Sep 2009 16:20:00 +0000</pubDate>
     9        <ttl>1800</ttl>
    10        <item>
    11            <title>Example entry</title>
    12            <description>Here is some text containing an interesting description.</description>
    13            <link>http://www.example.com/blog/post/1</link>
    14            <guid isPermaLink="false">7bd204c6-1655-4c27-aeee-53f933c5395f</guid>
    15            <pubDate>Sun, 06 Sep 2009 16:20:00 +0000</pubDate>
    16        </item>
    17    </channel>
    18</rss>

View as plain text