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
1
vote
1 answer

RSS 2.0 can't use "&" in tag

I can't use a & in the tag of rss feed item, because when I do I always get the error error on line 1 at column 1337: EntityRef: expecting ';' but If I don't use & in the tag then everything is ok. E.g this doesn't work:
Micheal Perr
  • 1,805
  • 5
  • 18
  • 24
1
vote
0 answers

RSS - How should I format the file so the full text appears in my feed reader?

I'm in the last stages of building myself a static portfolio site, and am building an RSS feed. For the time being, I'll be managing it manually since I only know some HTML and CSS at the moment, but I'll be learning PHP and SQL soon to build a…
1
vote
1 answer

Syndicating custom fields in Wordpress via RSS

I wonder if I could ask a Wordpress / RSS question I could't find an answer for around here, Trying to syndicate posts via RSS in Wordpress using the FeedWordpress plugin as an RSS aggregator, each post in the original blog includes five custom…
Carlos
  • 11
  • 3
1
vote
1 answer

Django Rss Feed add image to description

I am trying to use Django rss feeds to view feeds on rss viewer app. i used from django.contrib.syndication.views import Feed to create rss feeds but it only had 3 fields title, description and link i added custom fields by using from…
Shantanu Bedajna
  • 559
  • 10
  • 34
1
vote
0 answers

Setting my RSS Feed on ROMETOOL with spring boot app

I'm looking for a way to set my RSS Feed with ROMETools. I have a spring boot blog web app. want to embed the RSS feed URL into an email marketing app to read that feed. The problem is I couldn't find anywhere in the net setting the feed items…
Adam Obaidi
  • 189
  • 3
  • 13
1
vote
0 answers

feed-rss2 php file in wordpress giving server error

My website developed in WordPress. In google search console I all of the below listed pages are getting 500 error. I am encountering a RSS feed error on your WordPress site? Recently one of our readers asked us how to fix WordPress RSS feed errors.…
1
vote
0 answers

W3C RSS Validator: Invalid URL

Validation Page RSS Item I am trying to Validate my RSS Feed using https://validator.w3.org/ I am getting error This feed does not validate. line 2, column 3719: url must be a full URL:…
planet260
  • 1,384
  • 1
  • 14
  • 30
1
vote
2 answers

Cleaning CDATA in xml through xslt

I am trying to transform RSS 2 coming from Wordpress into XHTML 1.0 Strict (using a cronjob and xsltproc); however, Wordpress inserts an img into the CDATA at the end of the summary element. The img has a border attribute, which is invalid in XHTML…
kojiro
  • 74,557
  • 19
  • 143
  • 201
1
vote
0 answers

add local rss feed into live bookmark

i have a website which i want to monitor, and i have create a script that convert information i need in that website into a rss feed file. i want firefox to add this file as live bookmark. when type the location of the rss feed file, firefox does…
cakyus
  • 776
  • 1
  • 6
  • 13
1
vote
0 answers

Wordpress Feed URL redirecting to Login Page

I am trying to read wordpress feed url into php This is link of Wordpress Feed URL When we click on this url it redirects to login page where as it should have shown the contents of feed. Below is my php code to read this feed url
Vishal Shetty
  • 1,618
  • 1
  • 27
  • 40
1
vote
1 answer

rss rome create entries with tag

Where can i find a simple tutorial on how to generate tags in an rss using rome? I've been reading throug their documentation but it is only about read and parse from a feed. And their javadoc is minimal... Thank you! Udo.
ssedano
  • 8,322
  • 9
  • 60
  • 98
1
vote
4 answers

Create an automatic RSS feed from a server folder

I have a VPS web server with PHP installed and have several folders with audio recordings from school. I would like to generate an RSS feed for each folder, listing the .mp3 files in alphabetical order (since they contain a number prefix like…
Marw
  • 35
  • 1
  • 8
1
vote
3 answers

Google Merchant feed double encoded UTF-8 error

I got error from Google Merchant Center on data feed which says: Double encoded UTF8 in attribute "title" However there are 1914 items in feed and this error occurs only on 58 items, so I guess the encoding of whole feed is correct, but there must…
Ondřej Šotek
  • 1,793
  • 1
  • 15
  • 24
1
vote
1 answer

Channel PubDate Vs item pubdate

I was wondering if when a new content is added/pushed, it has a pub Date. Does the channel pub Date matches with the pub Date of the item? In other words, Channel pub date is updated with the same pub Date when new is added?
1
vote
1 answer

Why would a Wordpress RSS feed description be limited to 346 characters?

Don't remember ever seeing this - and can't seem to find a similar question, so here goes... I have a blog setup on WordPress. Works great. I'm pulling the RSS2 feed from it. Also works great. However, when I iterate over the output of the feed…
Lee Fuller
  • 2,116
  • 3
  • 19
  • 27