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 category Element
How To Generate a Feed category Element? - RSS FAQs - Atom Feed File Structure and Elements
✍: FYIcenter.com
The <category> element is not a required sub-element of the <feed> element. However, it is recommended to have one or more <category> elements to provide classifications for this feed.
The <category> element has 3 attributes:
2007-05-12, 5026👍, 0💬
Popular Posts:
What is the benefit of using an enum rather than a #define constant? The use of an enumeration const...
.NET INTERVIEW QUESTIONS - How to prevent my .NET DLL to be decompiled? By design .NET embeds rich M...
How can I use tables to structure forms Small forms are sometimes placed within a TD element within ...
What is cross page posting? By default, button controls in ASP.NET pages post back to the same page ...
What would you use to compare two String variables - the operator == or the method equals()? You can...