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

NAME

WWW::Kontent::Parser::Unparsed - null parser for Kolophon

SYNOPSIS

        my $skel1=WWW::Kontent::parse($text1, 'text/plain', $request);
        my $skel2=WWW::Kontent::parse($text2, 'text/css', $request);

DESCRIPTION

Unparsed is a "null parser", meaning that it does not actually do any parsing; it returns a skeleton consisting of a single node containing the entirety of the text given to it. It can be used for pages which have absolutely no formatting; the rules governing the design of Kontent renderers ensure that the text will be outputted precisely as given (except perhaps for some line wrapping).

SEE ALSO

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