Tools, FAQ, Tutorials:
Atom "feed/entry/link" Element
What is the Atom "feed/entry/link" element? How To Generate a "feed/entry/link" element?
✍: FYIcenter.com
The <link> element is not a required sub-element of the <entry> element.
But it is strongly recommended that you provide a link element with rel="alternate" for each of your
feed entries.
The rule for feed entry link element is simple. It needs two attributes:
For example, if you have a feed document that contains a feed entry to represent the most popular FAQ entry of the week. Of course, that most popular entry is a Web page with a URL like http://dev.fyicenter.com/RSS/. you should generate the link element for this feed entry like this:
<link rel="alternate" href="http://dev.fyicenter.com/RSS/"/>
Â
⇒Atom Specification - RFC 4287
⇒⇒RSS FAQ and Tutorials
2017-11-29, 1026👍, 0💬
Popular Posts:
Where to find tutorials on how to create Your Own Functions in PHP? A collection of tutorials to ans...
Can You Add Values to an Array without Keys in PHP? Can You Add Values to an Array with a Key? The a...
How To Control Vertical Alignment? By default, text in all table cells are aligned to the top vertic...
How to use the "rewrite-uri" Policy Statement for an Azure API service operation? The "rewrite-uri" ...
How to use the "set-backend-service" Policy Statement for an Azure API service operation? The "set-b...