Advertisement
NickJosevski

RSS Feed example off my blog for XML XDocument manipulation

Jan 15th, 2012
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.70 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <rss version="2.0"
  3.     xmlns:content="http://purl.org/rss/1.0/modules/content/"
  4.     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  5.     xmlns:dc="http://purl.org/dc/elements/1.1/"
  6.     xmlns:atom="http://www.w3.org/2005/Atom"
  7.     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  8.     xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
  9.     xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
  10.     >
  11.  
  12. <channel>
  13.     <title>Nick Josevski</title>
  14.     <atom:link href="http://blog.nick.josevski.com/feed/" rel="self" type="application/rss+xml" />
  15.     <link>http://blog.nick.josevski.com</link>
  16.     <description>Solving problems. Writing code. Creating new problems.</description>
  17.     <lastBuildDate>Sat, 14 Jan 2012 12:33:43 +0000</lastBuildDate>
  18.     <language>en</language>
  19.     <sy:updatePeriod>hourly</sy:updatePeriod>
  20.     <sy:updateFrequency>1</sy:updateFrequency>
  21.     <generator>http://wordpress.com/</generator>
  22. <cloud domain='blog.nick.josevski.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
  23. <image>
  24.         <url>http://s2.wp.com/i/buttonw-com.png</url>
  25.         <title>Nick Josevski</title>
  26.         <link>http://blog.nick.josevski.com</link>
  27.     </image>
  28.     <atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.nick.josevski.com/osd.xml" title="Nick Josevski" />
  29.     <atom:link rel='hub' href='http://blog.nick.josevski.com/?pushpress=hub'/>
  30.         <item>
  31.         <title>Error message 800704a6 as part of creating an instance of the COM component</title>
  32.         <link>http://blog.nick.josevski.com/2012/01/10/error-message-800704a6-as-part-of-creating-an-instance-of-the-com-component/</link>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement