The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.