Figure titles/labels

Questions about XML that are not covered by the other forums should go here.
jonathanm
Posts: 29
Joined: Tue May 25, 2021 4:17 pm

Figure titles/labels

Post by jonathanm »

Hi,

How can I prevent from the figure showing up twice in my output?

<fig>
<title>Figure A. Excerpt of the Math Content Sequence Key Report <image
href="../image/Shows%20the%20Quantile%20Sequence%20Viewer.png"
id="image_y5w_dyt_qpb"/></title>
</fig>
Attachments
figure Figure A.PNG
figure Figure A.PNG (107.16 KiB) Viewed 1428 times
Radu
Posts: 9057
Joined: Fri Jul 09, 2004 5:18 pm

Re: Figure titles/labels

Post by Radu »

Hi,

So you want the static text "Figure" which gets automated prepended to be removed from the published output, right? So that you can fully control the title.
Is this question for the HTML-based or PDF output? If it's for PDF, is it for the classic XSL-FO based output or for our own CSS-based PDF output?

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
jonathanm
Posts: 29
Joined: Tue May 25, 2021 4:17 pm

Re: Figure titles/labels

Post by jonathanm »

Hi Radu,

This is for transformation scenario for html-based web help.
ionela
Posts: 402
Joined: Mon Dec 05, 2011 6:08 pm

Re: Figure titles/labels

Post by ionela »

Hi,

Thank you for your feedback.
You could try to achieve this using CSS customization, for example by hiding the element with this specific class fig-title-label.
More details about how to use CSS styling to customize the output can be found in our user manual.

Regards,
Ionela
Ionela Istodor
oXygen XML Editor and Author Support
Post Reply