Hi Greg,
If this is linux, you may have an old buggy libxml2 shared library on your system. The old buggy version used to double all entities that were nbsp.
You should probably check which version of libxml exists on your system and which is linked into Qt and make sure it is not buggy.
Kevin
Quote:
Originally Posted by Gregg Bell
This is the first ebook I've made with 0.8.4. (I've made several others with earlier versions.) On this book the first file I did got corrupted/broken splitting chapters. So I started over on a different computer with a fresh html. Same thing happened at the same spot. Chapter Ten (out of twenty-some).
Then I was able to split the chapters using theduck's suggestion:
But when I did that it expanded the number of non-breaking spaces in my chapter breaks, which started as:
<p class="asterisks">* * *</p>
and ended up as:
<p class="asterisks">* & nbsp; * &n bsp; *</p>
|