aharper wrote:My apologies if I wasn't being clear. I'm not looking to find and replace anything I don't think. I'm looking to create a master set of conditions to set as include/exclude that would be applied to each topic in the online help output, instead of selecting which conditions should be included/excluded in each set, from each book, brought in with each import.
I think the point being made was that if you had the same types of conditions in each import, then you could use a find and replace to change these import-specific conditions to use a single global condition.
For example, say you had a 'PrintOnly' condition in each FrameMaker file, then your Flare project would have multiple separate conditions from each import, like
importA.PrintOnly and
ImportB.PrintOnly. You could search for these conditions, and rename them to a global condition; e.g. rename
importA.PrintOnly to
Global.PrintOnly, and so on.
To do this, you can search for the condition in the HTML code (using
find in source code); which are in the format:
Code: Select all
MadCap:conditions="ConditionFilename.ConditionName"