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

NAME

Template::Provider::OpenOffice - OpenOffice (ODT) Provider for Template Toolkit

SYNOPSIS

DESCRIPTION

This module extends Template::Provider to automatically extract the content.xml file from an OpenOffice zip file and run it through Template::Toolkit for processing.

We use OpenOffice::OODoc to actually open the document and extract the content.xml file. This gives us the benefit of having the methods available to add/subtract files in addition to parsing and processing the content file if we want to do some custom work in addition to templating.

AUTHOR

Andy Brezinsky <abrezinsky@brevient.com>

VERSION

Template::Provider::OpenOffice version 0.01, released 20 Sept 2006

COPYRIGHT

  Copyright (C) 2006 Brevient Technologies, Inc.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.