I want to change the text that appears in multiple tags. For example, I have tags "Heading 1", "Heading 2", "Chapter Title", and "Figure Caption". I want all the text in these tags to appear in sentence case.
(Except, of course, there are proper nouns I want to exclude, but one problem at a time.)
After spending some time look at how FrameMaker stores information in MIF files, I'm stumped:
Code: Select all
<Para
<Unique 1088218>
<PgfTag `Heading2'>
<ParaLine
<String `Big Fjords vex Quick Waltz Nymph'>
> # end of ParaLine
> # end of Para
This would be so much easier if <PgfTag ended with /PgfTag>.
Anyone have any hints?