From: Srijayanth Sridhar Date: 2009-05-05T16:52:59+09:00 Subject: Re: odd number of arguments in Nokogiri --001e680f0dd0d3082e04692590b8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Have you tried using Nokogiri.Hpricot(open(some_url)) ? I've had the same problem on several sites wrt Nokogiri. I have had to use Hpricot for sites with irregular HTML/XML. Its a pity since Nokogiri IS faster. Jayanth On Tue, May 5, 2009 at 12:15 PM, Vikas Maskeri wrote: > Hi, I am using Nokogiri for parsing HTML pages. > The gem parses the tags properly only if the tags are properly closed > and also if the attributes are syntacticaly proper. But there seems to > be an issue with parsing if the tags are not properly complete. > For example, in an iframe tag, if the 'height' attribute is present but > no value is written for it, then an error occurs saying that "odd number > of arguments for hash". > Please suggest a solution for this problem. > -- > Posted via http://www.ruby-forum.com/. > > --001e680f0dd0d3082e04692590b8--