Title: RSS Feed Error &#8211; Duplicate Attribute
Last modified: August 19, 2016

---

# RSS Feed Error – Duplicate Attribute

 *  Resolved [ohsheglows](https://wordpress.org/support/users/ohsheglows/)
 * (@ohsheglows)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/rss-feed-error-duplicate-attribute/)
 * I’m getting the following error with my RSS feed since I upgraded to 2.8.4 from
   2.7.x.
 *  This feed contains code errors.
    More information Duplicate attribute. Line:
   10 Character: 2
 * You can see this at [http://ohsheglows.com/feed](http://ohsheglows.com/feed).
 * Anyone know what could be the issue? I haven’t made any customizations to the
   RSS feed so I’m not sure what is going on.
 * Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [ohsheglows](https://wordpress.org/support/users/ohsheglows/)
 * (@ohsheglows)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/rss-feed-error-duplicate-attribute/#post-1210447)
 * I figured out my issue. The following attribute was displaying twice:
 *  xmlns:slash=”[http://purl.org/rss/1.0/modules/slash/&#8221](http://purl.org/rss/1.0/modules/slash/&#8221);
 * Inside the file: /wp-includes/feed-rss2.php there is a section:
 *  xmlns:slash=”[http://purl.org/rss/1.0/modules/slash/&#8221](http://purl.org/rss/1.0/modules/slash/&#8221);
   
   <?php do_action(‘rss2_ns’); ?>
 * It appears the function do_action(‘rss2_ns’) also puts in the line above it. 
   So I removed the line above (xmlns:slash=”[http://purl.org/rss/1.0/modules/slash/&#8221](http://purl.org/rss/1.0/modules/slash/&#8221);)
   and it appears to work now.
 * Hope this helps others.
 *  [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * (@kmessinger)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/rss-feed-error-duplicate-attribute/#post-1210449)
 * Although your feed looks ok, it does not validate. [http://feedvalidator.org/check.cgi?url=http%3a%2f%2fohsheglows.com%2f](http://feedvalidator.org/check.cgi?url=http%3a%2f%2fohsheglows.com%2f)
 * There is not an error in the wp-includes/feed-rss2.php or everyone using WP would
   have the error. You changing that file just masked the real error. Normally one
   does not want to change core WP files.
 *  [leadiv](https://wordpress.org/support/users/leadiv/)
 * (@leadiv)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/rss-feed-error-duplicate-attribute/#post-1210561)
 * I was having this same issue. I tracked it down to a plugin called: [Slash Comments](http://wordpress.org/extend/plugins/slash-comments/)
   which was adding the duplicate attribute in the xml. Deactivating the plugin 
   fixed the issue. It looks like the functionality that the plugin served has been
   added to the WordPress Core code.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘RSS Feed Error – Duplicate Attribute’ is closed to new replies.

## Tags

 * [RSS](https://wordpress.org/support/topic-tag/rss/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [leadiv](https://wordpress.org/support/users/leadiv/)
 * Last activity: [16 years, 2 months ago](https://wordpress.org/support/topic/rss-feed-error-duplicate-attribute/#post-1210561)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
