From: Nils Haldenwang Date: 2011-04-10T21:04:49+09:00 Subject: Re: nokogiri extract text? If you just want to extract some specific text within a specific tag you should go with what Luis posted. If you want to extract the whole plain text from a specific area in your document, not knowing which tags may occur, you can try this: http://www.nils-haldenwang.de/frameworks-and-tools/nokogiri/how-to-extract-plain-text-from-html-with-nokogiri -- Posted via http://www.ruby-forum.com/.