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 "feed/entry/title" Element
2017-11-29, 1575🔥, 0💬
Popular Posts:
Can Two Forms Be Nested? Can two forms be nested? The answer is no and yes: No. You can not nest two...
How to add request URL Template Parameters to my Azure API operation 2017 version to make it more us...
How to use "link" command tool to link objet files? If you have object files previously compiled by ...
How To Create an Array with a Sequence of Integers or Characters in PHP? The quickest way to create ...
How To Pass Arrays By References? in PHP? Like normal variables, you can pass an array by reference ...