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

NAME

WWW::Kontent::Renderer::XML - XML renderer for Kontent

SYNOPSIS

        GET /path/to/page.xml

DESCRIPTION

The XML renderer renders a Kontent page into XML. Currently it does this by listing the revision's attributes and then dumping the skeleton in an XML format. The dumped skeleton contains everything necessary to recreate the skeleton later, makingit useful for syndicating content.

Note, however, that this is scheduled to change; at some point the attribute-dumping feature will move into a separate mode, and will be separately securable from the skeleton-dumping part.

SEE ALSO

WWW::Kontent, WWW::Kontent::Foundation