The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

XBRL::TableHTML

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

SYNOPSIS

  use XBRL::TableHTML;

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

DESCRIPTION

This module is part of the XBRL modules group and is intended for use with XBRL.

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

Object contstructor. Optionally takes an XBRL::TableXML object and turns into an HTML::Table object

asText
        my $html_text = $html_table->asText();

Returns the text of the HTML::Table object.

AUTHOR

Mark Gannon <mark@truenorth.nu>

SEE ALSO

Modules: XBRL

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

AUTHOR

Mark Gannon <mark@truenorth.nu>

COPYRIGHT AND LICENSE

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.