OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: About imageobjectco, callout and title placement


Hello every body,

Today I tried to use figure and imageobjectco in a different way as I  
did before.

<figure>
	<info><title>This is a title</title><info>
	<mediaobject>
		<imageobjectco>
			<areaspec>
				<area coords="" xml:id="first"/>
				<area coords="" xml:id="second"/>
			</areaspec>
			<imageobject>
				<imagedata fileref="path/to/the/image"/>
			</imageobject>
		</imageobject>
	</mediaobject>
</figure>
<calloutlist>
	<callout arearefs="first">
		<para>The first callout bug</para>
	</callout>
	<callout arearefs="seconde">
		<para>The second callout bug</para>
	</callout>
</calloutlist>

In my custom stylesheet I've put :
<xsl:param name="formal.title.placement">figure after</xsl:param>

As result of this little sample, the title of the figure is below the  
callout list, and I prefer have it juste after the image it self.

I use Docbook 5.0 with 1.75.2 ns stylesheet.

How can I change the title placement in this case ?

Thanks in advance,
Jacques


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]