
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>
