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

NAME

WWW::Kontent::Renderer::HTML - HTML renderer for Kontent

SYNOPSIS

        GET /path/to/page.html
        GET /path/to/page

DESCRIPTION

The HTML render converts a Kontent skeleton to HTML. In most cases this will be valid XHTML 1.0, and is DTDed as such; however, certain pathological skeletons (such as those containing empty lists or nested links) will not be.

This is by far the most complete renderer shipped with Kontent at this time, and it may be educational to see how it operates.

SEE ALSO

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

The W3C XHTML 1.0 standard: http://www.w3.org/TR/xhtml1/