| Apache-AxKit-Provider-PodSAX documentation | view source | Contained in the Apache-AxKit-Provider-PodSAX distribution. |
Apache::AxKit::Provider::PodSAX - Dynamically Serve POD Files as XML
<FilesMatch "\.pod">
AddHandler axkit .pod
AxContentProvider Apache::AxKit::Provider::PodSAX
# styling directives here...
</FilesMatch>
This module allows you to invisibly serve POD documents (embedded, or not) as XML through AxKit. See the docs for Pod::SAX for the grammar that it uses to markup the POD.
Kip Hampton, <khampton@totalcinema.com>
Pod::SAX AxKit.
| Apache-AxKit-Provider-PodSAX documentation | view source | Contained in the Apache-AxKit-Provider-PodSAX distribution. |