This is an issue in the following situations:
Let's assume that the directory structure for the DITA content looks like the following:
maps topics imagesThe DITA map is in the
Let's assume that you run the XHTML transformation and specify an output directory of
A-test --- dita.list --- dita.xml.properties --- index.html --- commonltr.css --- commonrtl.cssThe
How do you fix this? By specifying a value of or for the
Let's assume that you run the XHTML transformation again and specify the following parameters:
This is what your output looks like:
C:\A-test --- dita.list --- dita.xml.properties --- index.html --- commonltr.css --- commonrtl.css ... C:\images ... C:\topics
The links in the output all work properly. However, depending on how many other directories are located at the same level of your build system as the output directory, it might not be easy gather all the output together if you need to copy it elsewhere.
Now your output directory structure looks like this:
C:\A-test --- images\ --- maps\ --- topics\The index.html file is in the maps directory, and the CSS and other files are located in the output directory,