home *** CD-ROM | disk | FTP | other *** search
/ ftp.notepager.com 2015 / 2015-02-04.ftp.notepager.com.tar / ftp.notepager.com / dev / test.xml < prev    next >
Extensible Markup Language  |  2013-02-23  |  926b  |  22 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <rss 
  3.     xmlns:media="http://search.yahoo.com/mrss" 
  4.     version="2.0">
  5.     <channel>
  6.         <title>test feed</title>
  7.         <description>This is a test</description>
  8.         <link>http://www.notepage.net</link>
  9.         <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  10.         <lastBuildDate>Sun, 24 Feb 2013 11:11:26 -0500</lastBuildDate>
  11.         <pubDate>Fri, 22 Feb 2013 10:09:17 -0500</pubDate>
  12.         <generator>FeedForAll v2.0 (2.0.4.0) http://www.feedforall.com</generator>
  13.         <item>
  14.             <title>test</title>
  15.             <description>test</description>
  16.             <enclosure url="http://notepage.net/this%20is%20a%20test.txt" length="1" type="text/plain"/>
  17.             <guid isPermaLink="false">0760000A-64E7-4C5C-B0E5-40A8286D16AB</guid>
  18.             <pubDate>Fri, 22 Feb 2013 10:08:42 -0500</pubDate>
  19.         </item>
  20.     </channel>
  21. </rss>
  22.