[Templates] XML.DOM plugin for Perl Template Toolkit

Dave Cross dave@dave.org.uk
Mon, 21 May 2007 15:36:59 +0100


Oliver Ruebenacker wrote:
>     Dear friends,
> 
>  Yes, installation of the Perl Template Toolkit itself is easy with
> yum, but finding the necessary plugins is not.
> 
>  PTT (command: ttree) tells me:
> 
> ! plugin error - XML.DOM: plugin not found
> 
>  I already installed perl-XML-DOM via yum and a bunch of other
> packages that I thought might be related, but it does not help. Any
> one knows what I am missing? Thanks!

You need the Template::Plugin::XML::DOM module, which is included in the 
Template-XML distribution.

   http://search.cpan.org/dist/Template-XML/

Dave...