================================================================ docgen - Document Generation from Result Sets and XML Structures ================================================================ >>> from zope import component >>> from zope.publisher.browser import TestRequest >>> from cybertools.docgen.base import WordDocument >>> doc = WordDocument(None, TestRequest) Working with MHT Files ====================== >>> import os >>> basePath = os.path.join(os.path.dirname(__file__), 'testing') >>> path = os.path.join(basePath, 'test_doc.mht') >>> f = open(path, 'rt') >>> data = f.read() >>> f.close() >>> imagePath = os.path.join(basePath, 'test_image.jpg') >>> f = open(imagePath, 'rt') >>> imageData = f.read() >>> f.close() >>> body = '''