I have an Application which needs to periodically crawl from a Feed server, let a news website and then parse the Feed xml to print specific Feeds .
Let the News Feed Url is : http://www.dailystar.com.lb/RSS.aspx?id=113,
I want to extract the item/title, item/description and item/category fields. I will crawl the Url after a particular interval and parse the xml and print this fields , How to do this using Bash Script?