To display a feed content to end users, a client must perform the following steps:
/link[@rel='first']/@href/text()/link[@rel='prev']/@href/text()/link[@rel='next']/@href/text()/link[@rel='last']/@href/text()entry elements from the feed and transform them to the required format.Note: Steps 2 and 3 are repeated on each feed page request. Step 3 can be easily performed by using XSL transformations.
Remarks
A client can create a navigation bar that includes links to all feed pages. This requires utilizing search descriptions. For details on how to add the navigation bar, refer to the Search Descriptions section.