Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
How To Generate a Feed link Element
How To Generate a Feed link Element? - RSS FAQs - Atom Feed File Structure and Elements
✍: 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"/>
2007-05-12, 4562👍, 0💬
Popular Posts:
How To Apply Filtering Criteria at Group Level? - MySQL FAQs - SQL SELECT Query Statements with GROU...
What Happens to Your Transactions When ERROR 1213 Occurred? - MySQL FAQs - Transaction Management: C...
In C#, what is a weak reference? Generally, when you talk about a reference to an object in .NET (an...
Advantages of a macro over a function? Macro gets to see the Compilation environment, so it can expa...
How to measure functional software requirement specification (SRS) documents? Well, we need to defin...