The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.