How do I read my custom output feed?

You have several options:

- A news reader software: you can find several tools using a search engine, install one on your computer and add the URL(s) of the AgriFeeds feed(s) you are interested in. The software will allow you to manage the news items in a friendly user interface.

- An online news reader: you can find several using a search engine and many are part of the services offered by the search engines themselves (see Google Reader for example). You just need to subscribe and then you can add the URL of your AgriFeeds feed(s). Also these services allow you to manage the news items in a friendly user interface.

- An RSS widget to publish the feed on your website. If you have a blog, RSS widgets are provided by most platforms (like Wordpress or Blogger). If you have your own website, you can search for RSS widgets and you will find the code (usually javascript) to embed a feed in your website.

- An XSLT stylesheet: you can easily find on the Internet a basic stylesheet for formatting RSS and re-use it on your website. Note: Applying a stylesheet to remote feeds requires some server-side programming.

- Plain XML parsing: if you are a webmaster and can do some client-side or server-side programming, there are XML parsing functions in all programming languages.

See more information, examples and useful links in the next question.