<전체 RSS 참조
정의 및 사용
<enclosure> 요소는 미디어 파일 항목에 포함 할 수 있습니다.
속성
속성 | 기술 |
---|---|
length | 필요합니다. 길이를 정의한다 (in bytes) 미디어 파일 |
type | 필요합니다. 미디어 파일의 유형을 정의 |
url | 필요합니다. 미디어 파일의 URL을 정의합니다 |
예
<?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>
<enclosure url="http://www.w3ii.com/media/3d.wmv"
length="78645" type="video/wmv" />
</item>
</channel>
</rss>
»그것을 자신을 시도
<전체 RSS 참조