This python recipe demonstrates how to use ShowHTMLDialog with Python, ctypes and comtypes on Windows.
The previous Python Tip, XML Schema Validation with Python, MSXML and PyWin32, described how to use PyWin32 and MSXML to validate XML contents against an XML Schema. The adaptation to perform the same with comtypes
instead of PyWin32
is a simple translation.