
XBRL::HTML - OO Module for Creating HTML Tables from XBRL::TableXML objects

use XBRL::TableHTML;
my $html_table = XBRL::TableHTML->new( {xml => $table_xml_object} );

This module is part of the XBRL modules group and is intended for use with XBRL.
my $html_table = XBRL::TableHTML->new( { xml => $xml_table } );
Object contstructor. Optionally takes an XBRL::TableXML object and turns into an HTML::Table object
my $html_text = $html_table->asText();
Returns the text of the HTML::Table object.

Mark Gannon <mark@truenorth.nu>

Modules: XBRL
Source code, documentation, and bug tracking is hosted at: https://github.com/MarkGannon/XBRL .

Mark Gannon <mark@truenorth.nu>

Copyright (C) 2012 by Mark Gannon
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10 or, at your option, any later version of Perl 5 you may have available.