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(config => $config, url => $url, pageName => $pageName, css_file => $CSS)
Returns a new PurpleWiki::View::xhtml object If config is not passed in then a fatal error occurs.
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>