mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
7b05323e04
Prompted by: distilator With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
10 lines
328 B
Plaintext
10 lines
328 B
Plaintext
* XPath support for document searching
|
|
* CSS3 selector support for document searching
|
|
* XML/HTML builder
|
|
* Drop in replacement for Hpricot (though not bug for bug)
|
|
|
|
Nokogiri parses and searches XML/HTML very quickly, and also has
|
|
correctly implemented CSS3 selector support as well as XPath support.
|
|
|
|
WWW: http://nokogiri.org
|