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