LibXSLT perl functions...

2003-03-15 Thread Daisuke Maki
I recently wrote a perl function to be called from LibXSLT (1.53) like this: # in httpd.conf my $xsltfunc = sub { return $ok ? 1 : 0 } XML::LibXSLT->register_function( "urn:my", "xsltfunc", $xsltfunc ); And the corresponding XSL template looked like: ...

Re: AxAddDynamicProcessor in pipeline

2003-03-15 Thread Kip Hampton
Jason Johnston wrote: Desperately trying to scratch the itch here... ;-) :-) Below is a diff against latest CVS that, at least in my simple testcase, fixes the problem with the ordering of AxAddDynamicProcessor in the pipeline. But like I said before, I'm not a C guy (mostly hunt-peck-copy-pas

Re: AxAddDynamicProcessor in pipeline

2003-03-15 Thread Jason Johnston
Desperately trying to scratch the itch here... ;-) Below is a diff against latest CVS that, at least in my simple testcase, fixes the problem with the ordering of AxAddDynamicProcessor in the pipeline. But like I said before, I'm not a C guy (mostly hunt-peck-copy-paste on my part), and I may

Announce: AxKit::App::Gallery 0.4pre released

2003-03-15 Thread Nik Clayton
Hi, AxKit::App::Gallery 0.4pre is now available. This is my implementation of a flexible web based image gallery, built on top of AxKit. From the README: This is an *alpha* release. Most of the functionality is here, but it's only been lightly tested. Documentation is probably lacking