debian man page for nokogiri

Query: nokogiri

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

NOKOGIRI(1)															       NOKOGIRI(1)

NAME
nokogiri - an HTML, XML, SAX, and Reader parser
DESCRIPTION
Nokogiri () is an HTML, XML, SAX, and Reader parser. Among Nokogiri's many features is the ability to search documents via XPath or CSS3 selectors. The nokogiri command parses a document, and launches an interactive ruby session (irb(1)), allowing one to analysing the result interactively.
SYNOPSYS
nokogiri <uri|path> [options]
OPTIONS
--type [TYPE] Set the type of the document to be parsed -E, --encoding encoding Set the encoding of the document -?, --help Show a message very similar to this man page -v, --version Show the version of the program
EXAMPLES
nokogiri http://www.ruby-lang.org/ nokogiri ./public/index.html 2012-05-12 NOKOGIRI(1)
Related Man Pages
libxml(3) - mojave
libxml(3) - opendarwin
xml::sax::parserfactory5.18(3) - mojave
xml::libxml::sax5.18(3) - mojave
xml::libxml::sax(3) - suse
Similar Topics in the Unix Linux Community
Problems starting webserver (WEBRick) on Rails