To display 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. For details the entry element, refer to the Elements Reference section in API Reference.Note: Steps 2 and 3 are repeated on each feed page request. Step 3 can be easily performed by using XSL transformations.
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 further in this guide.