mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
b6f02aa038
PR: 108037 Submitted by: TAKATSU Tomonari <tota at rtfm.jp>
17 lines
480 B
Plaintext
17 lines
480 B
Plaintext
Ruby/htree - HTML/XML tree library
|
|
|
|
htree provides a tree data structure representing HTML and XML data.
|
|
|
|
Features:
|
|
* Permissive unified HTML/XML parser
|
|
* byte-to-byte round-tripping unparser
|
|
* XML namespace support
|
|
* Dedicated class for escaped string that eases sanitization
|
|
* XHTML/XML generator
|
|
* template engine
|
|
* recursive template expansion
|
|
* converter to REXML document
|
|
|
|
Author: Tanaka Akira <akr@m17n.org>
|
|
WWW: http://www.a-k-r.org/htree/
|