diff options
Diffstat (limited to 'textproc/ruby-htree/pkg-descr')
-rw-r--r-- | textproc/ruby-htree/pkg-descr | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/ruby-htree/pkg-descr b/textproc/ruby-htree/pkg-descr new file mode 100644 index 000000000000..e5f4127c6612 --- /dev/null +++ b/textproc/ruby-htree/pkg-descr @@ -0,0 +1,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://cvs.m17n.org/~akr/htree/ |