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

NAME

PBib::Document::XHTML - XHTML documents

SYNOPSIS

        use PBib::Document;
        my $doc = new PBib::Document(
                'filename' => 'sample.xhtml',
                'mode' => 'r',
                );
        print $doc->filename();
        $doc->close();

DESCRIPTION

Provide an interface to XHTML for PBib.

Formatting Methods

Methods used by PBib to create formatted text.