htmlDoc: Create a complete HTML document representation of an object
Description
This generic function should return an XMLNode instance
representing the specified object in HTML as a complete HTML document.
Usage
htmlDoc(object, ...)
Value
An instance of XMLNode from the XML package.