Hello.
I need ckeditor support xml cals table.
<table> <tgroup cols="6"> <colspec colname="c1" colwidth="29pt"/> <colspec colname="c2" colwidth="172pt"/> <colspec colname="c3" colwidth="71pt"/> <colspec colname="c4" colwidth="69pt"/> <colspec colname="c5" colwidth="113pt"/> <colspec colname="c6" colwidth="69pt"/> <thead> <row> <entry align="left" colsep="0" valign="bottom">Tag</entry> <entry align="left" colsep="0" valign="bottom">Datum</entry> <entry align="left" colsep="0" valign="bottom">Zeit</entry> <entry align="left" colsep="0" valign="bottom">Ort</entry> <entry align="left" colsep="0" valign="bottom">Leitung</entry> <entry align="left" colsep="0" valign="bottom">Kursnummer</entry> </row> </thead> <tbody> <row> <entry colsep="0">Mi</entry> <entry colsep="0" valign="bottom">15.03.2012, 16.03.2012, 17.03.2012</entry> <entry colsep="0" valign="bottom">10:15 - 11:45</entry> <entry colsep="0" valign="bottom">someplace</entry> <entry colsep="0" valign="bottom">some Name</entry> <entry colsep="0" valign="bottom">ABC-DE-12</entry> </row> <row> <entry colsep="0">Mi</entry> <entry colsep="0" valign="bottom">15.06.2012, 16.06.2012, 17.06.2012</entry> <entry colsep="0" valign="bottom">09:15 - 10:45</entry> <entry colsep="0" valign="bottom">otherplace</entry> <entry colsep="0" valign="bottom">other Name</entry> <entry colsep="0" valign="bottom">XYZ-U-K-13</entry> </row> </tbody> </tgroup> </table>