HtmlRewriterContext::GenerateHTML (open)
Output the specified DOM document as HTML
Syntax
LOADLIB "wh::filetypes/html.whlib";
BLOB FUNCTION GenerateHTML(OBJECT startnode, OBJECT do_not_use)Parameters
OBJECT startnodeStartnode or document to render. We'll be rendering the children of this node, not the node itself.
OBJECT do_not_useReturn value
BLOB