Matt Sergeant > Apache-AxKit-Provider-PodSAX > Apache::AxKit::Provider::PodSAX

Download:
Apache-AxKit-Provider-PodSAX-1.00.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View/Report Bugs
Module Version: 1.00   Source  

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.

syntax highlighting: