blob: 4fd8ccaa541d9e37e65b2e745b033564780256c3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
htree provides a tree data structure which represent HTML and XML data.
* Permissive unified HTML/XML parser
* byte-to-byte round-tripping unparser
* XML namespace support
* Dedicated class for escaped string. This ease sanitization.
* HTML/XHTML/XML generator
* template engine
* recursive template expansion
* converter to REXML document
|