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, ∼2069🔥, 0💬
Popular Posts:
How to use "json-to-xml" Azure API Policy Statement? The "json-to-xml" Policy Statement allows you t...
How to run PowerShell Commands in Dockerfile to change Windows Docker images? When building a new Wi...
Where to find tutorials on Python programming language? I want to learn Python. Here is a large coll...
How to use the "@(...)" expression in Azure API Policy? The "@(...)" expression in Azure API Policy ...
How To Break a File Path Name into Parts in PHP? If you have a file name, and want to get different ...