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, ∼2924🔥, 0💬
Popular Posts:
What is the Azure AD v1.0 OpenID Metadata Document? Azure AD v1.0 OpenID Metadata Document is an onl...
How to search for the first match of a regular expression using re.search()? The re.search() functio...
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set...
How To Set session.gc_divisor Properly in PHP? As you know that session.gc_divisor is the frequency ...
How to pull NVIDIA CUDA Docker Image with the "docker image pull nvidia/cuda" command? If you are ru...