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, 1319🔥, 0💬
Popular Posts:
How To Submit Values without Using a Form in PHP? If you know the values you want to submit, you can...
How To Set session.gc_divisor Properly in PHP? As you know that session.gc_divisor is the frequency ...
How to search for the first match of a regular expression using re.search()? The re.search() functio...
How To Change Text Fonts for Some Parts of a Paragraph? If you want to change text fonts or colors f...
Where to find tutorials on EPUB file format? I want to know how to create EPUB books. Here is a larg...