View Single Post
Old 08-16-2010, 11:33 PM   #244
mwbiggs
Junior Member
mwbiggs began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Aug 2010
Device: ipad
Thanks for the info.

I noticed a bug in Sigil's code line numbering. Sigil's code line number did not match what was reported by epubcheck or Windows Explorer when I used the webpage code viewer. I noticed the first instant where the lines got out of sync. It happened at least once more. It involved the line with "/*<![CDATA[*/". Sigil did not print that line, but instead printed two blank lines.

In Sigil (first 14 lines):
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="Microsoft Word 12 (filtered)" name="Generator" />

<title>The Case for Lilith</title>


<style type="text/css">
<!--
/* Font Definitions */


In Explorer Page View (1st 14 lines):
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="Microsoft Word 12 (filtered)" name="Generator" />

<title>The Case for Lilith</title>
<style type="text/css">
/*<![CDATA[*/
<!--
/* Font Definitions */
@font-face
mwbiggs is offline