module IsoDoc::Generic::BaseConvert

def cleanup(docxml)

def cleanup(docxml)
  super
  term_cleanup(docxml)
end