<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Hello Yves,<br>
    <br>
    The figure number is filtered in WebHelp output by the following CSS
    rule:<br>
    <blockquote>.fig--title-label-number,<br>
      .fig--title-label-punctuation {<br>
        display:none;<br>
      }<br>
    </blockquote>
    If you want it in your output, simply create a custom CSS
    style-sheet with the following rule:<br>
    <blockquote>.fig--title-label-number {<br>
        display: inline;<br>
      }<br>
    </blockquote>
    Then add your custom style-sheet in the 'args.css' parameter in the
    transformation dialog or define a new publishing template.<br>
    You can find more details in <a
href="https://www.oxygenxml.com/doc/versions/23.1/ug-webhelp-responsive/topics/webhelp-customization-ol-numbering.html">our
      user-guide</a>.<br>
    <br>
    Regards,<br>
    Julien<br>
    <br>
    <div class="moz-cite-prefix">On 06/08/2021 15:21, Yves Barbion
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAMa27Ew7BLdRRSNSvcHTe_8_TLL1hD5VCu4KWPOnSmMLHT8JpA@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div dir="ltr">
          <div class="gmail_default"
            style="font-family:verdana,sans-serif">Hi Ionela</div>
          <div class="gmail_default"
            style="font-family:verdana,sans-serif"><br>
          </div>
          <div class="gmail_default"
            style="font-family:verdana,sans-serif">Aha! Yes, setting
            "args.figurelink.style" to NUMBER or NUMTITLE solved the
            problem. The xrefs to the fig now display "Figure 1",
            "Figure 2" etc.</div>
          <div class="gmail_default"
            style="font-family:verdana,sans-serif"><br>
          </div>
          <div class="gmail_default"
            style="font-family:verdana,sans-serif">The figures
            themselves, however, are not numbered yet. So when I have
            multiple figs on one page, they all just have the label
            "Figure:" and no number in my Oxygen responsive webhelp
            output. In the HTML5 output however, the figures are
            numbered.  Any idea how I can number my figures in my
            webhelp just like in the HTML5?</div>
          <div class="gmail_default"
            style="font-family:verdana,sans-serif">Sorry, but my
            knowledge of css and xsl is rather limited.</div>
          <div class="gmail_default"
            style="font-family:verdana,sans-serif"> </div>
          <div class="gmail_default"
            style="font-family:verdana,sans-serif">Thank you very much.</div>
          <div class="gmail_default"
            style="font-family:verdana,sans-serif"><br>
          </div>
          <div class="gmail_default"
            style="font-family:verdana,sans-serif">Yves</div>
        </div>
        <br>
        <div class="gmail_quote">
          <div dir="ltr" class="gmail_attr">On Fri, 6 Aug 2021 at 12:11,
            Oxygen XML Editor Support (Ionela Istodor) <<a
              href="mailto:support@oxygenxml.com" moz-do-not-send="true">support@oxygenxml.com</a>>
            wrote:<br>
          </div>
          <blockquote class="gmail_quote" style="margin:0px 0px 0px
            0.8ex;border-left:1px solid
            rgb(204,204,204);padding-left:1ex">
            <div> Hi Yves,<br>
              <br>
              To get the same result also for the WebHelp Responsive
              output you need to set 'args.figurelink.style' parameter
              to 'NUMTITLE'.<br>
              This can be set either in the WebHelp Responsive
              transformation scenario (Parameters tab) or in the
              Publishing Template descriptor file (*.opt).<br>
              <br>
              Regards,<br>
              Ionela<br>
              <pre cols="72">--
Ionela Istodor
oXygen XML Editor and Author Support

Tel: +1-650-352-1250 ext.3010
Fax: +40-251-461482
<a href="mailto:support@oxygenxml.com" target="_blank" moz-do-not-send="true">support@oxygenxml.com</a>
<a href="http://www.oxygenxml.com" target="_blank" moz-do-not-send="true">http://www.oxygenxml.com</a>


---------------------------------------------------------------------------
This message (including any attachments) contains confidential information and is intended only for the individual(s) named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. Any quotation contained herein has a validity of 30 days, unless otherwise specified. Finally, the recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.</pre>
              <div>On 8/5/2021 10:46 AM, Yves Barbion wrote:<br>
              </div>
              <blockquote type="cite">
                <div dir="ltr">
                  <div style="font-family:verdana,sans-serif">Hi group</div>
                  <div style="font-family:verdana,sans-serif"><br>
                  </div>
                  <div style="font-family:verdana,sans-serif">I've got
                    this topic:</div>
                  <div style="font-family:verdana,sans-serif"><br>
                  </div>
                  <div style="font-family:verdana,sans-serif"><?xml
                    version="1.0" encoding="UTF-8"?><br>
                    <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA
                    Topic//EN" "topic.dtd"><br>
                    <topic id="test"><br>
                    <title>test</title><br>
                    <body><br>
                    <p>See <xref href="#test/fig_nmn_q1s_mqb"
                    format="dita"></xref></p><br>
                    <fig id="fig_nmn_q1s_mqb"><br>
                    <title></title><br>
                    </fig><br>
                    </body><br>
                    </topic><br>
                  </div>
                  <div style="font-family:verdana,sans-serif"><br>
                  </div>
                  <div style="font-family:verdana,sans-serif">When I
                    generate HTML5 output (using OxygenXML Editor
                    version 23.1), all is well: I see "See Figure 1".
                    When I generate the default responsive output,
                    however, I see the ID of the fig displayed, so "See
                    #test/fig_nmn_q1s_mqb".</div>
                  <div style="font-family:verdana,sans-serif"><br>
                  </div>
                  <div style="font-family:verdana,sans-serif">Any idea
                    how this can be fixed?</div>
                  <div style="font-family:verdana,sans-serif"><br>
                  </div>
                  <div style="font-family:verdana,sans-serif">Thanks</div>
                  <div style="font-family:verdana,sans-serif"><br>
                  </div>
                  <div style="font-family:verdana,sans-serif">Yves</div>
                </div>
                <br>
                <fieldset></fieldset>
                <pre>_______________________________________________
oXygen-user mailing list
<a href="mailto:oXygen-user@oxygenxml.com" target="_blank" moz-do-not-send="true">oXygen-user@oxygenxml.com</a>
<a href="https://www.oxygenxml.com/mailman/listinfo/oxygen-user" target="_blank" moz-do-not-send="true">https://www.oxygenxml.com/mailman/listinfo/oxygen-user</a>
</pre>
              </blockquote>
              <br>
            </div>
            _______________________________________________<br>
            oXygen-user mailing list<br>
            <a href="mailto:oXygen-user@oxygenxml.com" target="_blank"
              moz-do-not-send="true">oXygen-user@oxygenxml.com</a><br>
            <a
              href="https://www.oxygenxml.com/mailman/listinfo/oxygen-user"
              rel="noreferrer" target="_blank" moz-do-not-send="true">https://www.oxygenxml.com/mailman/listinfo/oxygen-user</a><br>
          </blockquote>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
oXygen-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:oXygen-user@oxygenxml.com">oXygen-user@oxygenxml.com</a>
<a class="moz-txt-link-freetext" href="https://www.oxygenxml.com/mailman/listinfo/oxygen-user">https://www.oxygenxml.com/mailman/listinfo/oxygen-user</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>