An HTML, XML, SAX and Reader parser for Ruby with the ability to search documents via XPath or CSS3 selectors… and much more
i have an HTML, that should be transformed, having some tags replaced with another tags. I don't know about these …
html ruby-on-rails replace nokogiri transformationI've been trying to get Nokogiri installed on my computer (Mountain Lion) to use with rspec and capybara, but for …
ruby-on-rails ruby rspec nokogiri libxml2I Have a HTML document with links links, for exemple: <html> <body> <ul> <…
html ruby-on-rails parsing string nokogirirequire 'open-uri' require 'json' require 'nokogiri' doc = Nokogiri::HTML(open("http://www.highcharts.com/demo/")) puts doc But I want …
ruby nokogiri open-uriBuilding a new Rails app and getting a problem with nokogiri. Said to try gem install nokogiri -v '1.6.8.1' …
ruby-on-rails ruby rubygems nokogiri bundlerI have seen several things on this, but nothing has seemed to work so far. I am parsing an xml …
ruby ruby-on-rails-3.1 xml-parsing nokogiri cdata