Quote:
Originally Posted by DiapDealer
If OEBPS/Text/ is exactly what's reported in the "File" column of Flight Crew's validation check window, then search for
Code:
href="../Text/#[^>]*"
in all html files (regex search-mode).
That will basically look for any url fragments without a file name, which is commonly the cause of that particular error.
|
That was it, four references in the index that had no target in the book after re-editing it. Thank you very much, without this search string I would have never been able to finish this work.