Questions tagged [rss2]

Really Simple Syndication (as of 2.0, "released" in September 2002), uses a standard web feed format to publish frequently updated information: blog entries, news headlines, audio, video. An RSS document (called "feed", "web feed", or "channel") includes full or summarized text and metadata, like publishing date and author's name.

Useful Resources:

  1. Wikipedia: RSS
  2. Harvard: RSS 2.0 Specification
  3. Stackoverflow: RSS Tag Wiki
65 questions
0
votes
1 answer

SyndicationElementExtension with namespace

I want to get this result: Good news everyone! so i'm writing a code: var elm = new SyndicationElementExtension(field.Name, field.HasNamespace ? RssNs :…
Alex Zhukovskiy
  • 9,565
  • 11
  • 75
  • 151
0
votes
1 answer

How to get full content of description from rss feed in Yahoo! Pipes?

I have seen many tutorials and guides under the Question I asked. But I could not solve to get the full content of the below feed. local news I would appreciate the help from anyone with the knowledge using pipes to solve the issue.
Tim Halks
  • 5
  • 4
0
votes
2 answers

problem my wp site redirect to another url website

I just uploaded a Wordpress theme onto my Website. I get url redirects to website when I am browsing though my website. The malicious site it links to clickbank.com. I have scanned all my files with TAC and exploit scanner, but it did not pick up…
karim
  • 23
  • 1
  • 5
0
votes
1 answer

Rss20FeedFormatter and RRS2 extensions

I want to use the RSS2 extensions feature to add my own non-standard elements to my RSS feed as described here: http://cyber.law.harvard.edu/rss/rss.html#extendingRss: However I don't think that the .Net Rss20FeedFormatter class supports this…
Rob Sedgwick
  • 4,342
  • 6
  • 50
  • 87
-1
votes
2 answers

My RSS feed only show few posts

I'm trying to create an auto feed for my CMS using PDO. Here's my code. It works but only few posts shown. What's wrong with my code.
Joe Kdw
  • 2,245
  • 1
  • 21
  • 38
1 2 3 4
5