Thanks for the help, guys.
I have a large EPUB, with lots of internal links. I need to clean up some tags using regex (delete lots of redundant classes). I merged all of the HTML files so that I can run regex for each fix just once instead of having to repeat it on each page individually. The problem is that when I split the files back up, many of the internal links stopped working! Why do the internal links not automatically update?
As I was splitting the files back up, I got a warning like this:
Quote:
The href ../Text/whatever.html#TOC_54345345 found in chapter3.html does not exist. Splitting or merging under these cuircumstances can result in broken links. Do you still wish to continue?
|