ODT output not finding images to include
Posted: Wed Mar 19, 2014 6:12 pm
I'm having difficulty converting a dita bookmap to ODT using the default transformation scenario in Oxygen 15.2.
The error message I'm getting is:
DOTJ023E] Failed to get the specified image file 'X:\manual\src\draft\odt\temp\images/my-image.svg', so it will not be included with your output.
This happens for every image in the document.
The directory structure looks like this:
X:\manual\src\manual.ditamap
X:\manual\src\images\
X:\manual\src\topics\
X:\manual\src\draft\odt\
The individual dita topics use relative paths, so they look like href="../images/my-image.svg".
The ODT output directory is X:\manual\src\draft\odt. So it looks like the transformation is trying to find the images in the wrong location. I'm not sure where the appropriate place to correct this error is. The default PDF and webhelp transformations do not experience this issue.
The error message I'm getting is:
DOTJ023E] Failed to get the specified image file 'X:\manual\src\draft\odt\temp\images/my-image.svg', so it will not be included with your output.
This happens for every image in the document.
The directory structure looks like this:
X:\manual\src\manual.ditamap
X:\manual\src\images\
X:\manual\src\topics\
X:\manual\src\draft\odt\
The individual dita topics use relative paths, so they look like href="../images/my-image.svg".
The ODT output directory is X:\manual\src\draft\odt. So it looks like the transformation is trying to find the images in the wrong location. I'm not sure where the appropriate place to correct this error is. The default PDF and webhelp transformations do not experience this issue.