docbook-apps message
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
| [List Home]
Subject: list pulled out of containing para in html output
- From: "David Cramer" <dcramer@motive.com>
- To: "docbook-apps" <docbook-apps@lists.oasis-open.org>
- Date: Wed, 10 Jun 2009 09:18:36 -0500
Using the 1.72.0
html xsls with para.propagates.style=1 using saxon 6.5 if I do:
<para
role="client">Some intro text:
<itemizedlist>
<listitem>
<para>My
listitem</para>
</listitem>
</itemizedlist>
</para>
In the output, the
ul is pulled out of the containing para:
<p
class="client">Some intro text:</p>
<ul><li><p>My
listitem</p></li></ul>
So I lose the
ability to use the class to style the text with my css. Is this a bug or some
feature I don't understand?
Thanks,
David
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
| [List Home]