I think there is a misunderstanding here. The job of the .DCF file is to configure what markup drives the graphic processing. The way you do that is by "mapping" your DTD element/attribute names to the names of the <Graphic> element and attributes in the DCF. Your first screen shot looked OK assuming your authoring DTD allows something like <graphic name="c:/my/file.jpg" reprowidth="1in" reprodepth="1in"/>. If your authoring DTD uses a different way of calling in graphics then you must update the names to match the DTD names.
↧