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


Apache-AxKit-Provider-PodSAX documentation  | view source Contained in the Apache-AxKit-Provider-PodSAX distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

Kip Hampton, <khampton@totalcinema.com>

SEE ALSO

Top

Pod::SAX AxKit.


Apache-AxKit-Provider-PodSAX documentation  | view source Contained in the Apache-AxKit-Provider-PodSAX distribution.