class TMExporter - Class that exports TM information to the TM interchange format.

Declared in module tmutils

Synopsis

class TMExporter:
    def __get_names_string(self, topics)
    def __init__(self)
    def export(self, topic_map, document_handler)

Description

The output is done through the SAX DocumentHandler interface. Attach a document handler that outputs the appropriate output. E.g. use the xmlarch.Prettifier class to get prettified output.