Tools, FAQ, Tutorials:
Atom "feed/link" Element
What is the Atom "feed/link" element? How To Generate a "feed/link" element?
✍: FYIcenter.com
The <link> element is not a required sub-element of the <feed> element.
But it is strongly recommended that you provide a link element with rel="self" for each of your
feed documents.
The rule for feed link element is simple. It needs two attributes:
For example, if you have a feed document located at http://dev.fyicenter.com/atom.xml, you should generate a feed link element like this:
<link rel="self" href="http://dev.fyicenter.com/atom.xml"/>
2017-11-29, 633👍, 0💬
Popular Posts:
How to add request body examples to my Azure API operation 2017 version to make it more user friendl...
How to dump (or encode, serialize) a Python object into a JSON string using json.dumps()? The json.d...
Where to find tutorials on JSON (JavaScript Object Notation) text string format? I want to know how ...
How To Upload Files into Database in PHP? To store uploaded files to MySQL database, you can use the...
How To Upload Files into Database in PHP? To store uploaded files to MySQL database, you can use the...