Graphics disappear in XML
Sometimes the graphics that we use in our documents suddenly disappear.
In stead of data of the graphic:
<Anchor><Image>
<graphic file="../Graphics/pic308.jpg" impsize="0.984in 0.865in"
impby="ref" sideways="0" impang="0.000" xoffset="0.000in"
yoffset="0.059in" position="below" align="acenter"
cropped="0" float="0" width="0.984in" height="0.984in"
angle="0.000" nsoffset="0.000in"/></Image></Anchor>
the following appears:
<Anchor><Image><graphic></graphic></Image></Anchor>
So all references to the graphic are lost.
Furthermore the reference to the StructApp at the start of the XML-file is changed from:
<!DOCTYPE Document SYSTEM "file:///N:/Centrale%20Projecten/StructApp/Zeiss%20(VDL)/atg_EN.dtd" [
in
<!DOCTYPE Document SYSTEM "file:///N:/Centrale%20Projecten/StructApp/Zeiss%20(VDL)atg_EN.dtd" [
Does anyone know what causes this issue and how to prevent this from happening?
