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 startnode
Startnode or document to render. We'll be rendering the children of this node, not the node itself.
OBJECT do_not_use
Return value
BLOB