This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Is bottom baseline alignment of inlinemediaobjectpossible ?


Hi all,

Here is an extract of my document :

...
<itemizedlist>
 <listitem>
  <para>
   <inlinemediaobject>
    <imageobject>
     <imagedata fileref="figures/zone1.png" format="PNG"/>
    </imageobject>
   </inlinemediaobject>
    Blahhhh, Blahhh, Blahhh, Blahhh, Blahhh, Blahhh, ....
  </para>
 </listitem>
 <listitem>
  <para>
   <inlinemediaobject>
    <imageobject>
     <imagedata fileref="figures/zone2.png" format="PNG"/>
    </imageobject>
   </inlinemediaobject>
    Blahhhh, Blahhh, Blahhh, Blahhh, Blahhh, Blahhh, ....
  </para>
 </listitem>
</itemizedlist>
...

and here is a schema of the result with XLST 1.57.0 + FOP 0.24 :

. +-+  Blahhhh, Blahhh, Blahhh, Blahhh, Blahhh,
  | |
  +-+
  Blahhh, ....
. +-+ Blahhhh, Blahhh, Blahhh, Blahhh, Blahhh,
  | |
  +-+
  Blahhh, ....

With DSSSL + JadeTex i obtained this result :

  +-+
  | |
. +-+  Blahhhh, Blahhh, Blahhh, Blahhh, Blahhh,
  Blahhh, ....
  +-+
  | |
. +-+  Blahhhh, Blahhh, Blahhh, Blahhh, Blahhh,
  Blahhh, ....

Is it possible to obtain the same result as DSSSL rendering with XSLT ?

Regards,
Alain


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]