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, 1412👍, 0💬
Popular Posts:
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To cre...
How to convert a JSON text string to an XML document with PHP language? Currently, there is no built...
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...
How to create a navigation file like navigation.xhtml for an EPUB 3.0 book? At least one navigation ...
Can Multiple Paragraphs Be Included in a List Item? Yes. You can include multiple paragraphs in a si...