
PBib::Document::XHTML - XHTML documents

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

Provide an interface to XHTML for PBib.

Methods used by PBib to create formatted text.