RSS <language> 요소
정의 및 사용법
<language> 요소는 RSS 문서를 작성할 때 사용하는 언어를 지정합니다.
예제
<?xml version="1.0" encoding="ISO-8859-1" ?> <rss version="2.0"> <channel> <title>CodeW3C.com 홈페이지</title> <link>http://www.codew3c.com</link> <description>무료 웹 사이트 구축 강의</description> <language>zh-cn</language> <item> <title>RSS 강의</title> <link>http://www.codew3c.com/rss</link> <description>CodeW3C.com에서 새로운 RSS 강의</description> </item> </channel> </rss>