Questions tagged [syndicationfeed]

32 questions
0
votes
0 answers

How to merge feeds using the SyndicationFeed class?

I'm wondering how to merge several RSS feeds using the SyndicationFeed class?
Pamplemousse
  • 113
  • 1
  • 3
  • 9
0
votes
1 answer

Formatting Title element in XML Feed with HTML tags

I am using ASP.Net's inbuilt classes to create XML feeds for a website. Here's the code I have, SyndicationFeed myFeed = new SyndicationFeed(); myFeed.Title = TextSyndicationContent.CreatePlaintextContent ("XYZ - In the first line <br/> in…
itsbalur
  • 992
  • 3
  • 17
  • 39
1 2
3