Create an HTML output that uses plain HTML-Tables
Task Description
Once a table structure has been created, this table can be transformed into a HTML-table to be rendered by browsers that dont support CSS (like the Internet Explorer).
Dependencies
This task requires a working table-export base module.
Solution Approach
Render the incomming table. The table itself already contains all styling information. This is basicly an up-port of the classic engine's HTML export code. LibLayout supports some extended style properties, which have to be filtered out. For full safety all elements should be converted into SPAN and DIV tags (and maybe A-tags as well) so that older browsers can render the result. Output for modern browsers would use the document oriented HTML export anyway.