# HTT converts from ePublisher format to HTML for publishing.
# It is used for publishing newsletters, magazines and mail.
# Refer to the ePublisher documentation for details.
 
use HTML::HTT
 
die $msg if my $msg = HTML::fromHTT
  (
    IN => $sourceFile,
    OUT => $destinationFile,
    TEMPLATE => $templateFile,
    IMAGEPATH => $imagePath,
  );