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, ∼2476🔥, 0💬
Popular Posts:
FYIcenter.com Online Tools: FYIcenter JSON Validator and Formatter FYIcenter JSON to XML Converter F...
How to register and get an application ID from Azure AD? The first step to use Azure AD is to regist...
How to create a new API on the Publisher Dashboard of an Azure API Management Service? If you are ne...
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set...
How to create a "Sign-up or Sign-in" user flow policy in my Azure AD B2C directory? If you want to b...