Guest User

Untitled

a guest
Apr 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <description><![CDATA[blabla bietet H&#246;rern meiner Vorlesungen &#8220;IAS&#8221;, &#8220;WEB&#8221; und &#8220;SWE&#8221; an, Lizenzen f&#252;r blabla [...]]]></description>
  2.  
  3. RssItems = (from xElem in xml.Descendants("channel").Descendants("item")
  4. select new RssItem
  5. {
  6. Content = xElem.Descendants("description").FirstOrDefault().Value,
  7. ...
  8. }).ToList();
Add Comment
Please, Sign In to add comment