Create a new topic taks like postreq and prereq

Post here questions and problems related to editing and publishing DITA content.
Sitrakar
Posts: 23
Joined: Tue Jan 24, 2023 5:40 am

Create a new topic taks like postreq and prereq

Post by Sitrakar »

For our online help, we are creating tutorial content. For the tutorial content, I would like to create a topic task like prereq or postreq or related information at the bottom of our page, named : Next step. We already use prereq, postreq and related information for our online help, so that's why we would like to create a new topic task name Next step for the bottom page. Is that possible to do ?
Best regards,
Sitraka
alin
Site Admin
Posts: 268
Joined: Thu Dec 24, 2009 11:21 am

Re: Create a new topic taks like postreq and prereq

Post by alin »

Hello,

From what I understand, you want to add a link to the next topic in the tutorial at the end of a task.
You can do this using the <related-links> section that can be inserted after the body of the task (<taskbody>).
Here is an example:

Code: Select all

<related-links>
    <linklist>
        <title>Next Step:</title>
        <link href="step2.dita"></link>
    </linklist>
</related-links>
Regards,
Alin
Alin Balasa
Software Developer
<oXygen/> XML Editor
http://www.oxygenxml.com
Sitrakar
Posts: 23
Joined: Tue Jan 24, 2023 5:40 am

Re: Create a new topic taks like postreq and prereq

Post by Sitrakar »

Thanks Alin,
It work perfectly.
Best regards,
Sitraka
Post Reply