According to the Blog CMS_INPUT_DOM - Listoutput without spanning 'p' tags I'd like to have a standard implementation of the DomElement output that differs automatically between lists, tables and normal paragraphs to create valid HTML output. It should work like a router (maybe to different format templates "ul", "p"...) with the result that lists and tables are not longer nested in <p> tags because this is no valid HTML code.