logilab-doctools #2907 [rest2dcbk] bad table handling [resolved]
should remove <para> inside <entry> | |
priority | normal |
---|---|
type | bug |
done in | 0.4.0 |
load | 0.000 |
load left | 0.000 |
closed by | <not specified> |
should remove <para> inside <entry> | |
priority | normal |
---|---|
type | bug |
done in | 0.4.0 |
load | 0.000 |
load left | 0.000 |
closed by | <not specified> |
Comments
-
2008/06/24 10:03, written by ocayrol
- block elements (e.g. para, itemizedlist, etc.)
- text nodes
add commentThe problem is not that simple. In DocBook, inside an entry, you can have :
When you have text nodes, they must be inserted into a single para element. When you have block elements, you process them as usual. You can't just suppress the para element inside the entry, you must be sure that it is the single block element into that entry.
The correct solution should be to enhance the stylesheets that turn the DocBook XML into PDF: the rendering of a single para or of text nodes inside a table entry should be the same.