I may have missed something in this thread, but if you are using FrameScript, it makes the MIF snippet technique obsolete.
Rick Quatro Carmen Publishing Inc. 585-659-8267 rick at frameexpert.com *** Frame Automation blog at http://frameautomation.com You're going to have to script it. A MIF file is a text representation of a Frame file. Instead of importing the MIF file you'll probably need to write a script that will remove the formatting in the MIF file with your content and replace the formatting as desired. Someone can probably point you to a utility that will do this. I've started to do something similar in FrameScript, not too easy. On Thu, May 6, 2010 at 3:40 PM, KChebe Grace <kgrace4715 at aol.com> wrote: > I am currently using a MIF file to make changes to a book. ?I want the file to change some of my paragraph styles to small font and the color to white. ?At a later point I want to have the mif file change some of my variable settings. ?This would allow me to make one set of files work for multiple locations by importing a different mif file. > > The problem that I have is that when I import the mif file, which now only contains the code to change paragraph styles is overwriting the existing variables in the book. > > It is my understanding that I should be able to keep the mif file as small as possible and use it to only have code to change the things that I want to change without having to account for parameters that are not being changed. > > Can someone provide some assistance as to why this mif file is behaving this way?