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, 1840🔥, 0💬
Popular Posts:
What are "*..." and "**..." Wildcard Parameters in Function Definitions? If you want to define a fun...
What Is HTML? HTML (HyperText Markup Language) is the standard markup language for creating Web page...
How To Read Data from Keyboard (Standard Input) in PHP? If you want to read data from the standard i...
How to use the urllib.request.Request object to build more complex HTTP request? The urllib.request....
How to start Visual Studio Command Prompt? I have Visual Studio 2017 Community version with Visual C...