RSS <author> तत्व
रोगों और उपयोग
<author> तत्व आइटम के लेखक के ईमेल पते को निर्दिष्ट करता है。
टिप्पणी:स्पैम ईमेल को रोकने के लिए, कुछ डेवलपर्स <author> तत्व का उपयोग नहीं करते हैं。
उदाहरण
<?xml version="1.0" encoding="ISO-8859-1" ?> <rss version="2.0"> <channel> <title>CodeW3C.com Home Page</title> <link>http://www.codew3c.com</link> <description>Free web building tutorials</description> <item> <title>RSS Tutorial</title> <link>http://www.codew3c.com/rss</link> <description>New RSS tutorial on CodeW3C.com</description> <author>author@codew3c.com</author> </item> </channel> </rss>