blob: afb19fe0274b76ff8d5e10ca9af71b7be6e7575c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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/
|