I am currently creating a structured document in Adobe FrameMaker 9
and have a fully function EDD, Template, Document, and Structured
Application. I have also created a short list of read/write rules. My
company currently requires that I export equations as images
(preferably jpeg or gif). My current read/write rule for exporting
equations is:
element "inlineequation" {
is fm equation element "InLineEquation";
writer equation {
export to file "$(entity).jpeg" as "JPEG";
}}
When I go to File/Save as XML and save the document as XML it saves
all of my equations as .cgm files? Can someone please tell me why? or
what am I doing wrong.