Hello,
I have the following problem when using the DocBook class: when I put
some Literal layout style text in a figure float, I expect to have
something like this:
<figure>
<title>The figure title</title>
<literallayout><![CDATA[
first line
second line
...
last line
]]></literallayout>
</figure>
But I have:
<figure>
<title>The figure title</title>
first line
second line
...
last line
</figure>
There is the same problem with the Code layout style: the
<programlisting> tag is missing when exported to SGML.
The workaround I've found is to put before and after the text the
expected opening and closing tags in SGML, but it is a temporary fix (I
hope :-).
BG