Tools, FAQ, Tutorials:
Atom "feed/id" Element
What is the Atom "feed/id" element? How To Generate a "feed/id" element?
✍: FYIcenter.com
The <id> element is a required sub-element of the <feed> element.
The Atom specification requires that you provide a universally unique identifier
for each of your feeds. So how to make this identifier universally unique?
One strategy is to use the URL where the feed document is located. For example, if your Atom feed document is located at: http://dev.fyicenter.com/atom.xml, you use the following id element in this feed document:
<id>http://dev.fyicenter.com/atom.xml</id>
2017-12-09, ∼2638🔥, 0💬
Popular Posts:
What is Azure API Management Publisher Dashboard? Azure API Management Publisher Dashboard is an Azu...
Where to find tutorials on Microsoft Azure services? Here is a large collection of tutorials to answ...
What Azure AD App Registration Manifest? Azure AD App Registration Manifest is JSON file that contai...
How to add request URL Template Parameters to my Azure API operation 2017 version to make it more us...
dev.FYIcenter.com is a Website for software developer looking for software development technologies,...