From: Dhanasekaran Vivekanandhan Date: 2006-12-13T22:05:00+09:00 Subject: Hpricot html parsing hi all, I have the following html fragment I want to get the inner html content inside the

tag , not the between the

tag. for example in the following example i want to get the result as "this is fun". I dont want to get the result including "NO FUN". how to do with Hpricot example html fragment: ----------------------

this is fun

NO FUN

thanks in advance, dhanasekaran -- Posted via http://www.ruby-forum.com/.