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]

RE: Image callouts supported by XSL-FO stylesheet?


<example>
<programlisting format="linespecific">

&lt;fo:block id="{@id}"> <co id="l11"/>
&lt;xsl:apply-templates/>&lt;/fo:block>
&lt;/xsl:template>


&lt;xsl:template match="xref">
&lt;fo:inline >&lt;fo:basic-link
internal-destination="{@idref}"> <co id="l2"/>
Chapter
</programlisting>
<calloutlist>
<callout arearefs="l11">
<para> ..........</para>
</callout>
</calloutlist>
</example>


this method doesn't position the callout pixel perfect, but it isn't far out wrt the textual position.


HTH DaveP


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