Question
Adobe InDesign - Duplicate images paths when Exporting to XML
I've been having a problem with duplicate images paths when exporting to xml. When I have two duplicate images with different source paths, the exported xml points the images to the same path.
Example:
Image1.png
Image2.png
With the following images, below is the exported xml:
<Root href_fmt="Image1.png" href="file:///<DIRECTORY>/Image1.png"></Root>
<Root href_fmt="Image2.png" href="file:///<DIRECTORY>/Image1.png"></Root>
Thanks in advance!
