Hi Hussein, In?PMC's docbook 5 and DITA implimentations, we've standardized on every entry element in a row having a para element. Tweaking the?schemas for this is simple, but tweaking the tableEdit commands have been more challenging. When I look in the commands guide, I can see that the the cell= parameter allows me to define the elements that qualify as a cell, but I cannot define two elements as being a single requirement (cell = entry/para). At least, if I can, I can't make it work.
I would have expected to be able to override the standard parameters for db5.tableEdit.tableSpecification by including my own in the local config file, but I can't. At least, it seems that I can't. As it stands, even though the schema now forbids the existance of entry elements without at child para element, the insert columns/insert rows command will still insert them, which is a surprise, and leds to believe that this must be template-driven somehow, because it isn't taking its cues from the schema. Hints? Jeff.

