in reply to Re: Parse headlines to HTML file
in thread Parse headlines to HTML file

Sorry. i mean headline news. A script that will grab some headlines every hour or so and create a clean html file or even text file.

Replies are listed 'Best First'.
Re^3: Parse headlines to HTML file
by Arunbear (Prior) on Sep 20, 2013 at 16:53 UTC

    Are you expecting to get the news from an XML feed or by scraping an HTML page? And from which web site?

    Given the large number of ways that a news headline could be represented in terms of HTML out in the wild, it's unlikely that such a script exists (for parsing HTML at least).