#1544 closed defect (bug) (invalid)
Invalid wfw tag in rss 2.0 feed
| Reported by: | welcomb | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | XML-RPC | Version: | 1.5.2 |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
Description
<wfw:commentRSS> tag in wp-rss2.php does not conform strictly to standards, causing most RSS readers to parse incorrectly.
Tag should be <wfw:commentRss>
Change History (3)
#2
@
21 years ago
The first URI is the one that you get by following this:
<wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">
... which leads me to call that one the correct version.
So, bug is in the RSS readers that are looking for <wfw:commentRss>
welcomb, can you point us somewhere else authoritative that contradicts this?
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
According to the wellformedweb site the WordPress is right here they have it as <wfw:commentRSS> (http://wellformedweb.org/news/wfw_namespace_elements/).
However, the original proposal by Chris Sells (http://www.sellsbrothers.com/spout/default.aspx?content=archive.htm#exposingRssComments) has the <wfw:commentRss> form.