The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Apache::AxKit::StyleChooser::FileSuffix - Choose stylesheet using file suffix

DESCRIPTION

This module lets you pick a stylesheet based on the filename suffix. To use it, simply add this module to the list of PerlTypeHandlers prior to Apache::AxKit::XMLFinder:

        PerlTypeHandler Apache::AxKit::StyleChooser::FileSuffix \
                        Apache::AxKit::XMLFinder

Then simply by referencing your xml files as follows:

        http://xml.server.com/myfile.xml.printable

You will recieve the alternate stylesheets with title "printable". See the HTML 4.0 specification for more details on stylesheet choice.

Note that this installation is different from the other StyleChoosers, because the file we're requesting here doesn't actually exist.

(Thanks to Salve J. Nilsen for this module, who I couldn't thank directly because his mail came to me From: "sjn@localhost.localdomain")