I wasn\'t sure about my questions name. I have an HTML page I开发者_Go百科 got using nokogiri. Now I want to cut some tags off that page. I tried using ruby\'s delete method after converting the html
I am doing one the examples at the mechanize doc site and I want to parse the results using nokogiri.
I have built a site that relies on an XML feed that I currently parse with Nokogiri. Everything works fine and dandy although I have all the code currently within my Admin controller so I can actually
Wow, Update, solved!!I added a line into the gemfiles to tell it the range for my mac version of nokogiri, like it says here: Make bundler use different gems for different platforms, if you search for
Well I have a simple problem with Nokogiri. I want to make Nokogiri::HTML::Builder to make an HTML fragment of the following form:
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I\'m trying to install No开发者_运维百科kogiri on a computer that doesn\'t have Apple\'s development package installed.
I\'m using Nokogiri to extract links from a page but I would like to get the absolute path even though the one on the page is a relative one. How can I accom开发者_如何学运维plish this?Nokogiri is unr
How do I remove all tags below a certain node except for some elements using Nokogiri? For example, using this setup:
Hprico开发者_如何转开发t\'s html method spits out just the HTML in the document: > Hpricot(\'<p>a</p>\').html