Ditaval file must be in or below ditamap directory
Posted: Fri May 03, 2019 1:37 am
Hi,
I am using webhelp responsive with feedback transformation on Editor 21.0.
My ditaval files are one directory above my ditamap. I am getting this error even though I have the copy outer param set to 3.
Reference to resource outside of main DITA map folder may produce potential publishing problems.
And, indeed it does. The transformation creates the directory that contains the ditaval_webhelp directory and puts all of the output files in there. This breaks most of the links from the TOC. Is there a way to address this issue without moving my ditaval_webhelp directory? I would rather keep my source files separate from my build files.
Thanks,
Adam
MAP:
I am using webhelp responsive with feedback transformation on Editor 21.0.
My ditaval files are one directory above my ditamap. I am getting this error even though I have the copy outer param set to 3.
Reference to resource outside of main DITA map folder may produce potential publishing problems.
And, indeed it does. The transformation creates the directory that contains the ditaval_webhelp directory and puts all of the output files in there. This breaks most of the links from the TOC. Is there a way to address this issue without moving my ditaval_webhelp directory? I would rather keep my source files separate from my build files.
Thanks,
Adam
MAP:
Code: Select all
<?xml version="1.0"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map id="my_map">
<title>My Map</title>
<topicmeta>
<prodinfo>
<prodname/>
<vrmlist>
<vrm version="1"/>
</vrmlist>
</prodinfo>
<data type="subtitle">Map</data>
<data type="watermark"/>
<data type="keywords">My Map</data>
<data type="subject">Map</data>
<data type="partno">1</data>
</topicmeta>
<ditavalref href="../build/ditaval_webhelp/my_map.ditaval"/>
<topicref format="dita" href="my_map/c_topic.xml" navtitle="About My Map"
scope="local" type="concept"/>
...