pkgsrc/textproc/ruby-htree/DESCR
obache fc139c66fd Import ruby-htree version 0.6.
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
2007-05-26 13:16:00 +00:00

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