Tools, FAQ, Tutorials:
Atom Better than RSS
Should I use Atom or RSS? Which one is better?
✍: FYIcenter.com
At a higher level, Atom and RSS are doing the job,
offering a format for Websites to publish their news feeds.
But if you take a closer look, Atom does a better job than RSS in several areas. For example:
Atom has better date format - Atom uses the ISO 8601 date and time format. And RSS uses the date and time format specified in RFC 822, which is for English language only.
Atom supports internationalization - Atom allows the entire feed to be internationalized including links. And RSS only supports links in ASCII characters.
Atom namespace exportable - Atom namespace can be exported to other XML documents. And RSS has no namespace concept.
Atom supports HTML contents - Atom allows you to specify content in Text, HTML or XHTML format. And RSS only supports Text format.
So you should be using Atom instead of RSS, if possible.
⇒ Atom Specification - RFC 4287
2017-09-28, ∼2395🔥, 0💬
Popular Posts:
How to how to use matched string and groups in replacements with re.sub()? When calling the re.sub()...
How to login to the Developer Portal internally by you as the publisher? Normally, the Developer Por...
What Is session_register() in PHP? session_register() is old function that registers global variable...
How To Truncate an Array in PHP? If you want to remove a chunk of values from an array, you can use ...
How To Pad an Array with the Same Value Multiple Times in PHP? If you want to add the same value mul...