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, 1600🔥, 0💬
Popular Posts:
What Is HTML? HTML (HyperText Markup Language) is the standard markup language for creating Web page...
How To Read the Entire File into a Single String in PHP? If you have a file, and you want to read th...
How to install "The Windows SDK version 8.1"? I need to build my Visual Studio C++ applications. If ...
What's Wrong with "while ($c=fgetc($f)) {}" in PHP? If you are using "while ($c=fgetc($f)) {}" to lo...
How to view API details on the Publisher Dashboard of an Azure API Management Service? You can follo...