Publication in webhelp with branch-filtering

Post here questions and problems related to editing and publishing DITA content.
jerome_franconville
Posts: 5
Joined: Fri Nov 27, 2020 10:42 am

Publication in webhelp with branch-filtering

Post by jerome_franconville »

Hello,

I'm using Oxygen XML Editor 20.1 build 2018080903.

I try to publish a map with branch filtering:

Code: Select all

<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map collection-type="sequence">
    <title>Instructions de travail SHE</title>
    <topicref href="_General/Redaction.dita">
        <ditavalref href="_Configuration/RTM-MK.ditaval" format="ditaval"/>
        <topicref href="_General/Redaction_ToutesNormes.dita"/>
    </topicref>
    <topicref href="_General/Redaction.dita">
        <ditavalref href="_Configuration/RTM-NH.ditaval" format="ditaval"/>
        <topicref href="_General/Redaction_ToutesNormes.dita"/>
    </topicref>
    <topicref href="_Configuration/Configuration.ditamap" format="ditamap"/>
</map>
Because I use the same topics two times, during the publication, Oxygen renames the links to the second topic by adding "-1" at the end of the file name to make distinct targets.

My issue is : Oxygen doesn't create the second file (ending by "-1") with the filtered content.
The first file is correctly created.

I have the same issue with Webhelp, XHTML, HTML5 outputs.
Only the PDF (based on XSL-FO) is working corectly.

Thanks in advance for your support.
Jérôme FRANCONVILLE
Radu
Posts: 9051
Joined: Fri Jul 09, 2004 5:18 pm

Re: Publication in webhelp with branch-filtering

Post by Radu »

Hi Jérôme,

Please download and try the same thing with Oxygen 23 as we made multiple bug fixes related to branch filtering in its associated publishing engine.
If that does not work please create a small sample DITA project exhibiting the problem and send it to us (support@oxygenxml.com).

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
jerome_franconville
Posts: 5
Joined: Fri Nov 27, 2020 10:42 am

Re: Publication in webhelp with branch-filtering

Post by jerome_franconville »

Hello Radu,

I'll test with oxygen 23 and come back soon.

Thanks
jerome_franconville
Posts: 5
Joined: Fri Nov 27, 2020 10:42 am

Re: Publication in webhelp with branch-filtering

Post by jerome_franconville »

Hello,

My issues are solved with Oxygen 23 :D

Tanks a lot
Jérôme
Radu
Posts: 9051
Joined: Fri Jul 09, 2004 5:18 pm

Re: Publication in webhelp with branch-filtering

Post by Radu »

Hi Jérôme,

I'm glad, based on other feedback we made a number of branch filtering related fixes in the DITA OT publishing engine bundled with Oxygen 23.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply