Latest web development tutorials

RSS skipDays 요소

RSS 참조 RSS 전체 참조 설명서

정의 및 사용

그 일에 지정된 <SkipDays> 요소는, 애그리 게이터 업데이트 피드를 무시합니다.


팁과주의 사항

팁 : 7 <skipDays> 요소를 사용할 수 있습니다.


<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">

<channel>
<title>W3CSchool Home Page</title>
<link>http://www.w3cschool.cc</link>
<description>Free web building tutorials</description>
<skipDays>
<day>Saturday</day>
<day>Sunday</day>
</skipDays>

<item>
<title>RSS Tutorial</title>
<link>http://www.w3cschool.cc/rss</link>
<description>New RSS tutorial on W3CSchool</description>
</item>
</channel>

</rss>

»시도

RSS 참조 RSS 전체 참조 설명서