Publication in webhelp with branch-filtering
Posted: Mon Nov 30, 2020 10:22 am
Hello,
I'm using Oxygen XML Editor 20.1 build 2018080903.
I try to publish a map with branch filtering:
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
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>
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