Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How To Generate a Feed Entry link Element
How To Generate a Feed Entry link Element? - RSS FAQs - Atom Feed File Structure and Elements
✍: 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/faq/rss. you should generate the link element for this feed entry like this:
<link rel="alternate" href="http://dev.fyicenter.com/faq/rss"/>
2007-05-12, 4861👍, 0💬
Popular Posts:
How To Test Transaction Isolation Levels? - MySQL FAQs - Transaction Management: Commit or Rollback ...
What is ISO? ISO 9000 is a family of standards for quality management systems. ISO 9000 is maintaine...
How To Analyze Tables with "mysqlcheck"? - MySQL FAQs - Administrator Tools for Managing MySQL Serve...
What does address of operator do in background? The AddressOf operator creates a delegate object to ...
How To Truncate an Array? - PHP Script Tips - PHP Built-in Functions for Arrays If you want to remov...