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]

Image callouts supported by XSL-FO stylesheet?


Does the standard XSL-FO stylesheet for DocBook fully support image
callouts?

In our testing, it seems like callout references correctly display
numbered bullets, but those numbers aren't rendered on the image itself
at the coordinates specified. Should they be?

In the following example, fig12-1.png is a 378x184 image.

<figure id="fig12-1">
  <title>Cookie Lifecycle</title>
  <mediaobjectco>
    <imageobjectco>
      <areaspec units="calspair">
        <area coords="225,21" id="cookielife1"/>
        <area coords="112,88" id="cookielife2"/>
        <area coords="351,49" id="cookielife3"/>
        <area coords="266,145" id="cookielife4"/>
        <area coords="110,154" id="cookielife5"/>
      </areaspec>
      <imageobject>
        <imagedata fileref="fig12-1.png"/>
      </imageobject>
    </imageobjectco>
  </mediaobjectco>
</figure>

___________________________________

Kevin Yank
Technical Business Director
SitePoint.com - Master the Web!

e: kevin@sitepoint.com
w: www.sitepoint.com
p: +61 3 9495 6622
___________________________________



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