XSLT Filter 1.5.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News XSLT Filter 1.5.2 (Default branch)
# 1  
Old 12-10-2008
XSLT Filter 1.5.2 (Default branch)

XSLT Filter is an Apache2 loadable module which performs XSL transformation on the fly. It uses LibXML2+LibXSLT as parsing and transformation engines. The module acts as an Apache output filter and is compatible with mod_perl, CGI, and PHP applications. License: The Apache License 2.0 Changes:
Support was added for apxs2 to get xslt_filter when compiled on Ubuntu (and probably Debian). Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
TEST-FILTER-MODULE(1p)					User Contributed Perl Documentation				    TEST-FILTER-MODULE(1p)

NAME
test-filter-module - A tester for Courier::Filter modules VERSION
0.18 SYNOPSIS
test-filter-module module [options] message [+control ...] [...] DESCRIPTION
This is a tester for Courier::Filter modules. It sets up the specified Courier::Filter::Module::module filter module, using any supplied options, and then queries the filter module for consideration of the given message file and zero or more control files. More than one message/control files tuple may also be specified, in which case the filter module is applied to each message and its respective control file(s). Filter module options must be specified in the format -option=expr, where expr may be any valid Perl expression. EXAMPLES
test-filter-module DNSBL -zones='["bl.foo.org", "bl.bar.org"]' test.rfc2822 +test.control Applies the Courier::Filter::Module::DNSBL filter module to the test.rfc2822/test.control message/control file tuple (taking the sending machine's IP address from the control file), using the blacklist DNS zones "bl.foo.org" and "bl.bar.org". SEE ALSO
Courier::Filter::Overview, Courier::Filter For AVAILABILITY, SUPPORT, and LICENSE information, see Courier::Filter::Overview. AUTHOR
Julian Mehnle <julian@mehnle.net> perl v5.14.2 2011-12-27 TEST-FILTER-MODULE(1p)