[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Docbook-Website Side Float Support
Reviewing Bob Stayton's book the following statement: "Side floats only work
with those XSL-FO processors that support them." brings the following
question? Does Saxon or Xalan support side-floats for HTML transformations?
Can't get side floats via figure or informalfigure to work:
<para>This is this line one <informalfigure float="1" floatstyle="right">
<mediaobject>
<imageobject>
<imagedata fileref="figures/foo.jpg" format="JPG"/>
</imageobject>
</mediaobject>
</informalfigure>This is line two.</para>
<para>
The aforementioned code fragment produces a traditional vertical left-aligned
rendering.
Utilizing Docbook-Website-2.6.0 (dtd and xsl), Docbook-dtd-4.5b1, saxon-6.5.3
and 6.5.4, jdk-1.5_04, Kubuntu-5.04 and oXygen-6.1
Raymond
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]