fc139c66fd
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
10 lines
349 B
Text
10 lines
349 B
Text
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
|