On 09/17/2010 09:18 PM, Stefan Klatt wrote:
> 
> we’d like to use our own syntax for a table accordant to the HTML Model.
> We also use the “simpleTableEdit.tableSpecification“. Anything fine so far.
> 
>  
> 
> What are the requirements to apply colgroup and its attributes? I can`t
> find anything inside the documentation.
> 

Our documentation is up to date. If it's not documented, then I'm afraid
you cannot do it.

* If your table elements bear *exactly* the same local names (i.e.
"table", "thead", "tbody", "tfoot", "tr", "td", "th", "col", "colgroup"
but not necessarily the same namespace "http://www.w3.org/1999/xhtml";)
as those of an HTML table, then you need to use command
com.xmlmind.xmleditext.xhtml.table.HTMLTableEdit

How to do this is explained here:
http://www.xmlmind.com/xmleditor/_distrib/doc/configure/html_cals_table.xml.html

* Otherwise, you need to use command
com.xmlmind.xmledit.cmd.table.GenericTableEdit, which does not support
the concept of column descriptors (i.e. col, colgroup, colspec, spanspec).

See http://www.xmlmind.com/xmleditor/_distrib/doc/commands/tableEdit.html


 
--
XMLmind XML Editor Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to