Relative path when inserting an image in Arbortext Editor
Suppose my xml document is at c:\temp\xml
If I insert a graphic which is stored at the same level of my XML document, the result is :
<inlinegraphic fileref="graphic6.png"/>
If the graphic is in an image directory at the same level, it becomes :
<inlinegraphic fileref="images/graphic6.png"/>
Now, if I want to reference an image that is one level down in my tree structure (temp/shared), A/E switch to absolute path and the result is ;
<inlinegraphic fileref="c:\temp\shared\graphic6.png"/>
So my question : is is possible to hava a relative path (../shared/graphic6.png) instead of an absolute.
Any idea is welcome, Pierat

