↧
Answer by dtb for Reading RSS feed with Linq-to-XML and C# - how to decode...
Your code is working as intended. A CDATA section means that the contents should not be interpreted, i.e. "ö" should not be treated as an HTML entity but just as a sequence of...
View ArticleReading RSS feed with Linq-to-XML and C# - how to decode CDATA section?
I am trying to read an RSS feed using C# and Linq to XML. The feed is encoded in utf-8 (see http://pc03224.kr.hsnr.de/infosys/feed/) and reading it out generally works fine except for the description...
View Article
More Pages to Explore .....