Adding structure--where are my images going?
Hi folks--
I'm converting legacy content to XML. I am applying a conversion table to add structure, then using Save As XML to create DITA files. The structuring part is working fine--in the structure browser I can see what I expect to see there. However, when I "Save As XML" using any of the standard DITA applications, my <image> elements disappear. Everything else looks great, it's just the missing <image> elements that are giving me a headache.
The images are visible in the structured document (they are referenced to external TIF files), and I can see in the structured viewer that the <image> elements are there. If I save the document as XML with no structured application, I get the image elements (but of course not with the attributes that DITA wants).
Does anyone have any advice about how to make the DITA application pass the <image> elements through to the XML output, or what I might be doing wrong in the conversion table? I've tried a variety of approaches, including with and without (Promote), with and without a wrapper <fig> element, and so on. (When I include the <fig> wrappers, which are based on the presence of <image>, they do appear, so the translation does see the <image> elements at some point, but it doesn't serialize them.)
--Clay