Erik Runyon 5/19/2021

RSS and XSL Content-Type Requirement

Read Original

The article details a technical troubleshooting experience where the author's RSS/Atom feeds, served via a custom CMS, displayed raw XML. The solution was changing the Content-Type header from 'application/atom+xml' or 'application/rss+xml' to 'text/xml; charset=utf-8', which allowed XSLT transformations to apply proper styling and improve the user experience for direct feed visitors.

RSS and XSL Content-Type Requirement

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes