Page 1 of 1

How to display text in section with subsection

Posted: Mon Dec 28, 2020 8:46 pm
by Kot_1977
I use:
oXygen XML Editor 22.1, build 2020100710
transformation scenario - DITA Map PDF - based on XSL-FO

I want something like that:

1. <Section title>
Text
1.1 <Subsection 1 title>
Text
1.2 <Subsection 2 title>
Text

if i do so in *.ditamap:
<topichead navtitle="<Section title>">
<topicref href="<path to section topic>"/>
<topicref href="<path to subsection 1 topic>"/>
<topicref href="<path to subsection 2 topic>"/>
</topichead>

and I do not use <title> in section topic I get wrong numbering and no text in section topic.
my TOC is:

1. <Section title>
1.2<Subsection 1 title>
1.3 <Subsection 2 title>

I want to get text in section and right numbering.
Thanks in advance!

Re: How to display text in section with subsection

Posted: Tue Dec 29, 2020 11:26 am
by Dan
For advanced questions regarding the XSL-FO publishing plugin, please use: https://dita-users.groups.io/g/main

Can you give more details about how the numbering is activated? Do you use a plugin, or a parameter?

Many regards,
Dan

Re: How to display text in section with subsection

Posted: Mon Mar 29, 2021 10:47 am
by Kot_1977
Thanks for the advice, I found the plugin "dita-ot-numbering-master" and at the moment it suits me.