Quote:
Originally Posted by DiapDealer
The only thing I would possibly question is that maybe your sample html hasn't been copied directly from Sigil? If it were, I'd expect the initial <?xml?> tag to look something like:
Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
or
Code:
<?xml version="1.0" encoding="utf-8"?>
instead of just
Code:
<?xml version="1.0"?>
|
Nope, I copied the above sample directly from Sigil. So I have no idea why it doesn't look the way it should. Could it be an outdated copy of Sigil? I haven't updated since sometime early last year.
I checked a few more files and they all have the <?xml version="1.0"?>
In any case, thanks for all your help. It's much appreciated. I'll try your suggestions tomorrow when I have a bit more time.