S Woodside wrote:
Can I make a request? The ability to specify XSLT parameter values through configuration.

That can already be done. If you look at Apache::AxKit::Language, or :


http://search.cpan.org/src/MSERGEANT/AxKit-1.6.1/lib/Apache/AxKit/Language.pm

you'll see that you can manipulate a stylesheet's params before the stylesheet sees them (the most useful side of this being to disable them). You can add them as hash or array, or have them be generated or modified by code.

Something that would read from documentation and put params in there would be fairly simple to write.

--
Robin Berjon <[EMAIL PROTECTED]>
Research Engineer, Expway        http://expway.fr/
7FC0 6F5F D864 EFB8 08CE  8E74 58E6 D5DB 4889 2488


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to