Import graphics to XML
Hi All,
I have this basic markup in XML, although I can modify it if necessary:
<figure>
<image src="graphics/FEA77D1FF412F5D071259E7DF30D9C0F.cgm.gif" dpi="600"/>
</figure>
When I open the XML with FrameMaker, I want the graphic to import at the correct DPI. This is what I have in my read/write rules:
element "image" {
is fm graphic element "image";
attribute "src" {
is fm property file;
is fm attribute;
}
attribute "dpi" {
is fm property dpi;
is fm attribute;
}
}
This is what I get in FrameMaker. The graphic doesn't import and the src attribute value doesn't get passed in. I think I may need to have something in my DTD to make it all work. Any pointers would be appreciated. Thank you.


