[Date Prev][Date Next] [Thread Prev][Thread Next]
[Date Index] [Thread Index] [New search]

Re: Exporting and converting Graphics



At 06:51 PM 10/6/99 +0200, Dirk Schramm wrote:
>Dear Framers
>I have a structured document with imported "WMF"-Graphics (Import per
reference).
>Now I want to export this file to XML or SGML.
>My problem: the graphics have to be exported and converted to "GIF"
>
>I tried to use these read-write-rules, but nothing happens
>
>element "Abb" {
>
>is fm graphic element "Abb";
>
>writer facet "WMF"{
>
>convert referenced graphics;
>
>export to file "$(docname).gif" as "GIF";}
>
>}
=====================================================================
Should be:
element "Abb" {
        is fm graphic element "Abb";
        writer {
                facet "WMF" {
                        convert referenced graphics;
                        export to file "$(docname).gif" as "GIF";
}}}
=================================================================
I've also written a paper on the use of FM+SGML as a graphic conversion
utility (available in PDF format).
     ====================
     | Nullius in Verba |
     ====================
Dan Emory, Dan Emory & Associates
FrameMaker/FrameMaker+SGML Document Design & Database Publishing
Voice/Fax: 949-722-8971 E-Mail: danemory@primenet.com
10044 Adams Ave. #208, Huntington Beach, CA 92646
---Subscribe to the "Free Framers" list by sending a message to
   majordomo@omsys.com with "subscribe framers" (no quotes) in the body.


** To unsubscribe, send a message to majordomo@omsys.com **
** with "unsubscribe framers" (no quotes) in the body.   **