NAME xx SYNOPSIS require "xx" include XX::XHTML doc = xhtml_{ html_{ head_{ title_{ " go xx! " } } body_{ " one more and it would be illegal " } } } DESCRIPTION xx is a library designed to extend ruby objects with html, xhtml, and xml generation methods. the approach of extending objects allows extremely natural document generation while preserving access to instance data. in essence it provides ruby objects (including the 'main' object) an intuitive means to generate various markup views of their data. SAMPLES @samples AUTHORS Dan Fitzpatrick Ara.T.Howard HISTORY 0.0.0: - initial version BUGS please send bug reports to /dev/null. patches to addresses above. ;-)