NAME
Mango::Catalyst::View::XHTML - View class for XHTML output
SYNOPSIS
$c->view('XHTML');
DESCRIPTION
Mango::Catalyst::View::XHTML renders content using Catalyst::View::TT and serves it with the following content type:
application/xhtml+xml; charset=utf-8
METHODS
process
Creates XHTML content, writes it to the response body, and changes the content type. There is usually no reason to call this method directly. Forward to this view instead:
$c->forward($c->view('XHTML'));
AUTHOR
Christopher H. Laco
CPAN ID: CLACO
claco@chrislaco.com
http://today.icantfocus.com/blog/