-
1. Re: finding xrefs to a chapter
Error7103 Oct 11, 2012 8:37 AM (in response to argus08)Chapters in a multi-chapter file or document,
or chapters as separate files?
-
2. Re: finding xrefs to a chapter
argus08 Oct 11, 2012 8:43 AM (in response to Error7103)Sorry, chapters as separate files in a book. There is a consolidated book and eight smaller books, two of which share two chapters. I want to find all cross-references (from any chapter in the consolidated book) to either of those shared chapters.
-
3. Re: finding xrefs to a chapter
Error7103 Oct 11, 2012 10:24 AM (in response to argus08)At least up to FM9, the seach dialog doesn't seem to offer anything that will find Xrefs by target file.
And once found, what then?
Assuming you are look for refs to file "ChaperFileName01"
You could use a force-fail hack:
- Temporarily rename ChaperFileName01 to ChaperFileName01x
- Open the other files.
- Look for unresolved Xrefs
You could also resort to MIF mucking.:
- Save all the files as MIF to .mif's.
- Open each in a Unicode UTF8-safe plain text editor.
- Search for string:
<XRefSrcFile `<c\>ChapterFileName01.fm'> - Hack the <Xref tag as needed.
- Save MIF.
I suspect neither of these will enable whatever stewardship you have in mind.
-
4. Re: finding xrefs to a chapter
argus08 Oct 11, 2012 10:43 AM (in response to Error7103)Thanks Error7103, the first option did what I needed (to ensure a particular variable and condition were applied consistently to text adjoining those xrefs).

