nokogiri: strip all tbody tags without destroying it's children !

Posted by wefwgeweg on Stack Overflow See other posts from Stack Overflow or by wefwgeweg
Published on 2010-04-23T06:02:40Z Indexed on 2010/04/23 6:03 UTC
Read the original article Hit count: 206

Filed under:
doc.xpath("//tbody").remove

removes tbody's children ! i only want to remove all tags from the document !

how can i achieve this ?

© Stack Overflow or respective owner

Related posts about nokogiri