"Gavin Sinclair" <gsinclair / soyabean.com.au> schrieb im Newsbeitrag news:541813804653.20040202234122 / soyabean.com.au... > Hi folks, > > I need to parse some HTML. I've dug around the archives and so on and > found the best solution to be Ned Konz's 'ruby-htmltools', which > relies on 'html-parser'. Both of these projects are not really > maintained, so I'm wondering what other people currently use. Last time I needed that I used some kind of home cooked regexp scanning. But I didn't need a real parser, just wanted to extract some portion from the HTML file. robert