이것도 가능합니까?ATOM 및 RSS와 같은 피드의 페이지 매김?
아마도?
<link rel=“next” type=“application/atom+xml” href=”[//path/page2]”></link>
이것도 가능합니까?ATOM 및 RSS와 같은 피드의 페이지 매김?
아마도?
<link rel=“next” type=“application/atom+xml” href=”[//path/page2]”></link>
그것은 그 ATOM allows the following syntax (첫번째 구글 ATOM feed next/previous
'에 대한 결과를) 나타납니다
<link rel="self" type="application/atom+xml" href="http://www.syfyportal.com/atomFeed.php?page=3"/>
<link rel="first" href="http://www.syfyportal.com/atomFeed.php"/>
<link rel="next" href="http://www.syfyportal.com/atomFeed.php?page=4"/>
<link rel="previous" href="http://www.syfyportal.com/atomFeed.php?page=2"/>
<link rel="last" href="http://www.syfyportal.com/atomFeed.php?page=147"/>
가 "정말 간단 신디케이션"나는이라고 나는이 RSS에 아무것도 찾을 수는 없지만 그러한 기능이 그 범위 밖에 있다고 상상해보십시오.
RFC 5005, 피드 페이징 및 보관, section 3에 정의되어 있습니다.
당신은 링크 관계로 다음, 이전과 마지막 먼저 사용할 수 있습니다
<link rel="next" href="http://example.org/index.atom?page=2"/>
추가 "유형"속성은 필요하지 않습니다.
나는 당신이 여기서 무엇을 묻고 있는지 잘 모르겠습니다. 당신은 정교 할 수 있습니까? –
나는 그가 21-30 개의 피드 또는 그와 비슷한 것에서 만 검색 할 수 있는지 묻고 있다고 생각한다. –
관련 항목 : http://stackoverflow.com/questions/15428056/is-theomid-element-unique-per-physical-feed -or-logical-feed – DanMan