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


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

[docbook] Customising XSL sheets - Figures


Hello list,

When making use of the <figure> element, the <textobject> is placed on
a separate page. I'd prefer it was just displayed under the figure.

I tried tracking it down through the XSL, but it jumps all over the
place and I wasn't quite sure where it was happening.

Here's an example:

   <figure id="figure.7a" label="7a">
    <title>Anatolia</title>
    <mediaobject>
      <imageobject>
        <imagedata fileref="mars/data/figure07a-anatoliamap.jpg" />
      </imageobject>
      <textobject>
       <para>NASA location map for the surface depression called
Anatolia.</para>
      </textobject>
    </mediaobject>
   </figure>

When parsed, this created a page called ld-id2859198.html and placed a
link "[D]" under the figure rather than the text. I assume "ld" means
"longdesc".

If there's a parameter to disable this, that would be great, otherwise
any tips of which part of the style sheets to customise would be
appreciated.

Kind Regards,
Aidan Lister


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