ReStructuredText -> DOM
i've started to think, how to implement rst_in converter. Moin parser based on docutils rst2html, With docutils parser i can create Write(docutils.writers.Writer) class, that will output MoinDOM tree after docutils parser, bu maybe it would be easier to write DocutilsDOM->MoinDOM converter.