Andy Brezinsky > Template-Provider-OpenOffice-0.01 > Template::Provider::OpenOffice

Download:
Template-Provider-OpenOffice-0.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Module Version: 0.01   Source  

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.