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, ∼2533🔥, 0💬
Popular Posts:
How to install .NET Framework in Visual Studio Community 2017? I have the Visual Studio Installer in...
How to include additional claims in Azure AD v2.0 id_tokens? If you want to include additional claim...
How to run CMD Commands in Dockerfile to change Windows Docker images? When building a new Windows i...
How to reinstall npm with a node version manager? I am getting permission errors with the current ve...
How To Protect Special Characters in Query String in PHP? If you want to include special characters ...