<전체 RSS 참조
정의 및 사용
<author> 하위 요소는 항목의 작성자의 전자 메일 주소를 지정하는 데 사용된다.
팁과주의 사항
Note: 스팸 메일을 방지하기 위해, 일부 개발자는 포함되어 있지 않습니다 <author> 요소를.
예
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>w3ii Home Page</title>
<link>http://www.w3ii.com</link>
<description>Free web building tutorials</description>
<item>
<title>RSS Tutorial</title>
<link>http://www.w3ii.com/xml/xml_rss.html</link>
<description>New RSS tutorial on w3ii</description>
<author>[email protected]</author>
</item>
</channel>
</rss>
»그것을 자신을 시도
<전체 RSS 참조