TShopping

標題: RSS 2.0範例 [打印本頁]

作者: woff    時間: 2010-7-2 17:20
標題: RSS 2.0範例
以下是RSS 2.0的範例寫法,元素就不多做說明,請爬文
  1. <?xml version="1.0"?>
  2. <rss version="2.0">
  3. <channel>
  4. <title>Liftoff News</title>
  5. <link>http://liftoff.msfc.nasa.gov/</link>
  6. <description>Liftoff to Space Exploration.</description>
  7. <language>en-us</language>
  8. <pubDate>Tue, 10 Jun 2003 04:00:00 GMT</pubDate>
  9. <lastBuildDate>Tue, 10 Jun 2003 09:41:01 GMT</lastBuildDate>
  10. <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  11. <generator>Weblog Editor 2.0</generator>
  12. <managingEditor>editor@example.com</managingEditor>
  13. <webMaster>webmaster@example.com</webMaster>

  14. <item>
  15. <title>Star City</title>
  16. <link>http://liftoff.msfc.nasa.gov/news/2003/news-starcity.asp</link>
  17. <description>How do Americans get ready to work with Russians aboard the
  18. International Space Station? They take a crash course in culture, language
  19. and protocol at Russia's Star City.</description>
  20. <pubDate>Tue, 03 Jun 2003 09:39:21 GMT</pubDate>
  21. <guid>http://liftoff.msfc.nasa.gov/2003/06/03.html#item573</guid>
  22. </item>

  23. <item>
  24. <title>Space Exploration</title>
  25. <link>http://liftoff.msfc.nasa.gov/</link>
  26. <description>Sky watchers in Europe, Asia, and parts of Alaska and Canada
  27. will experience a partial eclipse of the Sun on Saturday, May 31st.</description>
  28. <pubDate>Fri, 30 May 2003 11:06:42 GMT</pubDate>
  29. <guid>http://liftoff.msfc.nasa.gov/2003/05/30.html#item572</guid>
  30. </item>

  31. <item>
  32. <title>The Engine That Does More</title>
  33. <link>http://liftoff.msfc.nasa.gov/news/2003/news-VASIMR.asp</link>
  34. <description>Before man travels to Mars, NASA hopes to design new engines
  35. that will let us fly through the Solar System more quickly. The proposed
  36. VASIMR engine would do that.</description>
  37. <pubDate>Tue, 27 May 2003 08:37:32 GMT</pubDate>
  38. <guid>http://liftoff.msfc.nasa.gov/2003/05/27.html#item571</guid>
  39. </item>

  40. <item>
  41. <title>Astronauts' Dirty Laundry</title>
  42. <link>http://liftoff.msfc.nasa.gov/news/2003/news-laundry.asp</link>
  43. <description>Compared to earlier spacecraft, the International Space
  44. Station has many luxuries, but laundry facilities are not one of them.
  45. Instead, astronauts have other options.</description>
  46. <pubDate>Tue, 20 May 2003 08:56:02 GMT</pubDate>
  47. <guid>http://liftoff.msfc.nasa.gov/2003/05/20.html#item570</guid>
  48. </item>
  49. </channel>
  50. </rss>
複製代碼





歡迎光臨 TShopping (http://www.tshopping.com.tw/) Powered by Discuz! X3.2