hi all, I have the following html fragment I want to get the inner html content inside the <p> <img></p> tag , not the between the <p> </p> 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: ---------------------- <p class=posted> this is fun <img src="" class="dhans"/> </p> <p class=posted> NO FUN </p> thanks in advance, dhanasekaran -- Posted via http://www.ruby-forum.com/.