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

NAME

Apache::AxKit::Provider::PodSAX - Dynamically Serve POD Files as XML

SYNOPSIS

  <FilesMatch "\.pod">
    AddHandler axkit .pod
    AxContentProvider Apache::AxKit::Provider::PodSAX
    # styling directives here...
  </FilesMatch>

DESCRIPTION

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.

AUTHOR

Kip Hampton, <khampton@totalcinema.com>

SEE ALSO

Pod::SAX AxKit.