Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
Apache::AxKit::StyleChooser::PathInfo - Choose stylesheet using PATH_INFO
SYNOPSIS
PerlHandler Apache::AxKit::StyleChooser::PathInfo \
AxKit
DESCRIPTION
This module lets you pick a stylesheet based on the extra PATH_INFO. To use it, simply add this module to the list of PerlHandlers prior to AxKit:
PerlHandler Apache::AxKit::StyleChooser::PathInfo \
AxKit
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.