I've noticed that Sigil has been inserting 3 .XML (pretty much) blank files into some epubs when I save. These 3 files effectively create 3 blank pages at the beginning of the ebook. If I manually remove them after I reopen the book, they don't seem to get re-added again.
The files are:
colorschememapping.xml
item0001.xml
filelist.xml
They are just blank html pages containging the following:
Code:
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
</body>
</html>
I'm wondering if this is due to a bug/change in 0.2.1, since I don't remember ever seeing it in 0.2.0.