Quantcast
Channel: Is it bad form to include an RSS namespace where it might not be needed? - Stack Overflow
Viewing all articles
Browse latest Browse all 2

Is it bad form to include an RSS namespace where it might not be needed?

$
0
0

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. Is it considered bad form to add a namespace that won't be used sometimes?


Viewing all articles
Browse latest Browse all 2

Trending Articles