↧
Answer by Julien Genestoux for Is it bad form to include an RSS namespace...
Bad form, no... it's ok. However, this is also wasteful and something you may want to avoid.
View ArticleIs it bad form to include an RSS namespace where it might not be needed?
I'm working on an API, one parameter that you can pass in adds a georss element to each item. If I don't include `"xmlns:georss='http://www.georss.org/georss'" as a namespace, the feed won't be valid....
View Article