Cindy version 0.06
==================
This module provides an XML based template engine that moves data
from an XML/HTML data source into an XML/HTML template. How this
is done is described by a Content INjection sheet. A content
injection sheet loosely resembles a CSS style sheet.
The current status is alpha. Use cases to improve the interface
are needed.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
XML::LibXML, Parse::RecDescend
COPYRIGHT AND LICENCE
Copyright (C) 2008 by Joachim Zobel <jz-2008@heute-morgen.de>
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.10.0 or,
at your option, any later version of Perl 5 you may have available.