NAME
Apache::AxKit::Language::LibXSLTEnhanced - AxKit extension to load perl callbacks for XSL
SYNOPSIS
<Files *.zuml>
AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLTEnhanced
PerlAddVar LibXSLTFunctionsModule BestSolution::AddonFunctions
</Files>
DESCRIPTION
This module is working completly like Language::LibXSLT but it support registering perl-functions which can be used in XSL-Stylesheets. To add a Perl-Callbacks you have to use PerlAddVar as shown in synopsis. The module loaded has to inherit from Apache::AxKit::Util::LibXSLTAddonFunction
EXPORT
None by default.
SEE ALSO
Apache::AxKit::Language::LibXSLT, AxKit, Apache::AxKit::Util::LibXSLTAddonFunction
AUTHOR
Tom Schindl, <tom.schindl@bestsolution.at>
COPYRIGHT AND LICENSE
Copyright (C) 2004 by Tom Schindl
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.3 or, at your option, any later version of Perl 5 you may have available.