Title numbering not working as expected in Oxygen XML 27

Having trouble installing Oxygen PDF Chemistry? Got a bug to report? Post it all here.
Finntastic
Posts: 3
Joined: Fri Feb 21, 2025 4:31 pm

Title numbering not working as expected in Oxygen XML 27

Post by Finntastic »

Hello!
I just upgraded from Oxygen XML 25.1 to Oxygen XML 27.
When publishing as a PDF using CSS, my titles are no longer numbered correctly in the body of the document, but it's still correct in the TOC.
Screenshot 2025-02-21 154422.png
I've tried looking for parameters that are different from before, or new ones, but I can't figure out what is causing this. I even tried publishing without my CSS files. The numbers still came out this way.

This even happens when I just copy "DITA Map PDF - based on HTML5 & CSS" and only change the numbering paramater to deep.
Is this problem on Oxygen XML's end?
You do not have the required permissions to view the files attached to this post.
julien_lacour
Posts: 665
Joined: Wed Oct 16, 2019 3:47 pm

Re: Title numbering not working as expected in Oxygen XML 27

Post by julien_lacour »

Hello,

Is it possible for you to copy the part of the ditamap structure that generates:
1. Tärkeää tietoa käyttöohjeesta
1.1. Yhteystiedot
1.2. Lukijalle
1.3. Käyttötarkoitus
1.4. Väärinkäyttö
1.5. Ympäristörajoitukset
2. Turvallisuus
...
Here for analysis, no need to add any topics content.

Regards,
Julien
Finntastic
Posts: 3
Joined: Fri Feb 21, 2025 4:31 pm

Re: Title numbering not working as expected in Oxygen XML 27

Post by Finntastic »

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/" ditaarch:DITAArchVersion="1.3" domains="(map mapgroup-d)                            (topic abbrev-d)                            (topic delay-d)                            a(props deliveryTarget)                            (map ditavalref-d)                            (map glossref-d)                            (topic hazard-d)                            (topic hi-d)                            (topic indexing-d)                            (topic markup-d)                            (topic pr-d)                            (topic relmgmt-d)                            (topic sw-d)                            (topic ui-d)                            (topic ut-d)                            (topic markup-d xml-d)   " xml:lang="fi-fi" class="- map/map ">
    <title class="- topic/title ">Redacted title</title>
    <topichead navtitle="Tärkeää tietoa käyttöohjeesta" class="+ map/topicref mapgroup-d/topichead ">
        <topicref href="topics/contact-info.dita" class="- map/topicref "/>
        <topicref href="topics/lukijalle.dita" class="- map/topicref "/>
        <topicref href="topics/intended-use.dita" class="- map/topicref "/>
        <topicref href="topics/non-conventional-use.dita" class="- map/topicref "/>
        <topicref href="topics/ambient-condition-for-use.dita" class="- map/topicref "/>
    </topichead>
    <topichead navtitle="Turvallisuus" class="+ map/topicref mapgroup-d/topichead ">
        <topicref href="topics/signal-words-and-symbols.dita" class="- map/topicref "/>
        <topicref href="topics/safety-symbols.dita" class="- map/topicref "/>
        <topicref href="topics/safety-risks.dita" class="- map/topicref "/>
        <topicref href="topics/warning-label-locations.dita" class="- map/topicref "/>
        <topicref href="topics/operator-position.dita" class="- map/topicref "/>
    </topichead>
Edit: I edited in the stuff before the title. There's some extra stuff in there because of the CCMS we're using, but I tested this with some maps that haven't been in our CCMS, and the same problem persisted.
Finntastic
Posts: 3
Joined: Fri Feb 21, 2025 4:31 pm

Re: Title numbering not working as expected in Oxygen XML 27

Post by Finntastic »

Upon further testing, the problem is the topic heads.
However, I would prefer to use topic heads, because this is also published as a webhelp...
julien_lacour
Posts: 665
Joined: Wed Oct 16, 2019 3:47 pm

Re: Title numbering not working as expected in Oxygen XML 27

Post by julien_lacour »

Hello,

This issue has already been addressed and will be fixed in Oxygen 27.1 (which will be released soon).
You will be announced in this thread as soon as it will be available on our website.

Regards,
Julien
Post Reply