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"/>
⇐ Atom "feed/subtitle" Element
2017-11-29, ∼1862🔥, 0💬
Popular Posts:
How to use the XML to JSON Conversion Tool at freeformatter.com? If you want to try the XML to JSON ...
How to install "C++/CLI Support" component in Visual Studio? I need to build my Visual Studio C++/CL...
How to use the "set-backend-service" Policy Statement for an Azure API service operation? The "set-b...
Where to find tutorials on Microsoft Azure services? Here is a large collection of tutorials to answ...
Where to find tutorials on Visual Studio? I want to know How to learn Visual Studio. Here is a large...