rajpatel5901
Technical User
I have the following XML code in which I have added a figure and the title of the figure. I have done that by adding "figure(screenshot" attribute. When I run the XML file thru docbook.xsl stylesheet, the title of the figure comes at the top of the figure. I need to get the title at the bottum of the figure.
Any help is appreciated. If there are alternative ways of doing thing that would also help. The nice thing about"figure(screenshot)" is that it gives all list of figures in the beggining of the document.
Here is the code:
<figure float="0">
<title>
<emphasis role="bold">Wireless Reality in the top menu</emphasis>
</title>
<screenshot>
<screeninfo />
<mediaobject>
<imageobject>
<imagedata fileref="WirelessRealityInMenu.gif" />
</imageobject>
</mediaobject>
</screenshot>
</figure>
Thanks a lot in advance.
Raj
Any help is appreciated. If there are alternative ways of doing thing that would also help. The nice thing about"figure(screenshot)" is that it gives all list of figures in the beggining of the document.
Here is the code:
<figure float="0">
<title>
<emphasis role="bold">Wireless Reality in the top menu</emphasis>
</title>
<screenshot>
<screeninfo />
<mediaobject>
<imageobject>
<imagedata fileref="WirelessRealityInMenu.gif" />
</imageobject>
</mediaobject>
</screenshot>
</figure>
Thanks a lot in advance.
Raj