<%Plugins::BBC_News::GetNews("http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/business/rss.xml")%>
Title: <%news.title%>
<%-- This is the title of the particular RSS feed you selected --%>
<%news.dump%>
<%-- Helpful for debugging, so you can see the contents of the XML hashref --%>
<%loop news_loop%>
Title: <%title%>
URL: <%link%>
Description: <%description%>
<%endloop%>