HtmlRewriterContext::PrintHTMLTo (open)
Print the specified DOM document as HTML
Syntax
LOADLIB "wh::filetypes/html.whlib";
MACRO PrintHTMLTo(INTEGER outdoc, OBJECT startnode)Parameters
INTEGER outdocOBJECT startnodeStartnode or document to render. We'll be rendering the children of this node, not the node itself.