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

NAME

PurpleWiki::View::wikihtml - View Driver used for XHTML output.

DESCRIPTION

Converts a PurpleWiki::Tree into XHTML. This object inherits from PurpleWiki::View::wikihtml.

METHODS

new(url => $url, pageName => $pageName, css_file => $CSS)

Returns a new PurpleWiki::View::xhtml object.

url is the URL prepended to NIDs, defaults to the empty string.

pageName is the pageName used by sketch nodes for the SVG stuff, it defaults to the empty string.

css_file is the name of the CSS file to use, defaults to the empty string.

view($wikiTree)

Returns the output as a string of valid XHTML.

AUTHORS

Matthew O'Connor, <matthew@canonical.org>

Chris Dent, <cdent@blueoxen.org>

Eugene Eric Kim, <eekim@blueoxen.org>

SEE ALSO

PurpleWiki::View::Driver, PurpleWiki::View::wikihtml