Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Formats > Kindle Formats

Notices

Reply
 
Thread Tools Search this Thread
Old 04-30-2016, 09:28 PM   #1
SirCaptain
Junior Member
SirCaptain began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Apr 2016
Device: Amazon Kindle Fire HD
azw3 text colorless on Kindle

Hello,

I've been using Calibre to convert an HTML document to an azw3 for use on a Kindle Fire HD. The conversion and loading onto the Kindle work perfectly except that the blue font that I have for chapters shows up on the Kindle as the same color as the rest of the text (white with black background, or black with white background, whichever I choose on the Kindle). The font is larger and bold (as it should be), just not colored.

I shows correctly in Kindle Previewer and Calibre's viewer. Also, if I convert the HTML to mobi, it works on the Kindle without any problems. (I'm choosing to not use mobi because I want to use a multi-tiered table of contents.) I've gone so far as to create a blank book in Calibre with some colored text (just to make sure it's not my HTML document) without any luck. Not sure if this a problem with the Kindle, azw3, or Calibre.

Any help you can provide would be greatly appreciated. Thanks!
SirCaptain is offline   Reply With Quote
Old 05-01-2016, 01:03 AM   #2
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,584
Karma: 22735033
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by SirCaptain View Post
I've been using Calibre to convert an HTML document to an azw3 for use on a Kindle Fire HD. The conversion and loading onto the Kindle work perfectly except that the blue font that I have for chapters shows up on the Kindle as the same color as the rest of the text (white with black background, or black with white background, whichever I choose on the Kindle).
Most likely there's something wrong with your stylesheet(s) and/or the way you applied it to the HTML files.
If you want help, post your stylesheet(s) and a typical HTML segment that should be colored, but isn't.
Doitsu is offline   Reply With Quote
Advert
Old 05-01-2016, 02:38 AM   #3
SirCaptain
Junior Member
SirCaptain began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Apr 2016
Device: Amazon Kindle Fire HD
Quote:
typical HTML segment that should be colored, but isn't
Code:
<h1 class="calibre1" id="calibre_toc_2">Chapter 1 – HOW A REGULATOR WORKS</h1>
Attached is a copy of my stylesheet. (I put it in a txt file because .css is an invalid file type for upload.)

Thanks for your help.
Attached Files
File Type: txt css.txt (14.4 KB, 253 views)
SirCaptain is offline   Reply With Quote
Old 05-01-2016, 02:55 AM   #4
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,584
Karma: 22735033
Join Date: Dec 2010
Device: Kindle PW2
The stylesheet looks OK. Try the following:

1. Validate the epub with epubcheck online and post all errors and warnings.

2. Compile the epub with Kindle Previewer, click Compilation Details and post the Kindlegen log.
Doitsu is offline   Reply With Quote
Old 05-01-2016, 04:53 AM   #5
SirCaptain
Junior Member
SirCaptain began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Apr 2016
Device: Amazon Kindle Fire HD
Quote:
Originally Posted by Doitsu View Post
1. Validate the epub with epubcheck online and post all errors and warnings.
Code:
Type	File	Line	Position	Message
ERROR	Introduction_split_000.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_000.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_000.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_000.html	434	108	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_000.html	434	108	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_000.html	453	108	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_000.html	453	108	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_001.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_001.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_001.html	295	108	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	295	108	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	305	108	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	305	108	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	350	105	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	350	105	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	365	106	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	365	106	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	386	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	386	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	398	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	398	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	404	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	404	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	454	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	454	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	510	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	510	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	516	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	516	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	627	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	627	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	699	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	699	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	715	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	715	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	721	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	721	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	727	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	727	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	821	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	821	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	838	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	838	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	864	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	864	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	913	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	913	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	919	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	919	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	958	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	958	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	1031	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	1031	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	1055	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	1055	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	1108	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	1108	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	1114	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	1114	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	1183	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	1183	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_001.html	1189	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_001.html	1189	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_002.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_002.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_002.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_002.html	269	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_002.html	269	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_002.html	340	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_002.html	340	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_002.html	351	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_002.html	351	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_002.html	357	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_002.html	357	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_002.html	402	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_002.html	402	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_002.html	433	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_002.html	433	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_002.html	543	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_002.html	543	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_002.html	549	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_002.html	549	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_003.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_003.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_003.html	268	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	268	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	294	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	294	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	326	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	326	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	351	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	351	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	357	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	357	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	390	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	390	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	420	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	420	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	527	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	527	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	563	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	563	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	584	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	584	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	638	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	638	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	662	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	662	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	714	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	714	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	753	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	753	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	785	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	785	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	837	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	837	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	890	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	890	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	906	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	906	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	924	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	924	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	930	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	930	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	959	110	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	959	110	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	1006	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	1006	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	1102	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	1102	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	1136	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	1136	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_003.html	1200	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_003.html	1200	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_004.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_004.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_004.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_004.html	283	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_004.html	283	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_004.html	305	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_004.html	305	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_004.html	322	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_004.html	322	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_004.html	370	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_004.html	370	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_004.html	386	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_004.html	386	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_004.html	411	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_004.html	411	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_004.html	421	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_004.html	421	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_004.html	435	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_004.html	435	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_004.html	475	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_004.html	475	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_004.html	481	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_004.html	481	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_004.html	523	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_004.html	523	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_004.html	558	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_004.html	558	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_004.html	591	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_004.html	591	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_004.html	631	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_004.html	631	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_004.html	681	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_004.html	681	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_004.html	702	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_004.html	702	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_004.html	780	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_004.html	780	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_004.html	789	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_004.html	789	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_004.html	833	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_004.html	833	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_004.html	863	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_004.html	863	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_004.html	878	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_004.html	878	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_004.html	1061	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_004.html	1061	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_005.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_005.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_005.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_005.html	391	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_005.html	391	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_005.html	443	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_005.html	443	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_005.html	516	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_005.html	516	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_005.html	567	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_005.html	567	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_005.html	660	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_005.html	660	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_005.html	666	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_005.html	666	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_005.html	725	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_005.html	725	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_005.html	759	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_005.html	759	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_005.html	1086	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_005.html	1086	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_006.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_006.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_006.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_006.html	403	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_006.html	403	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_006.html	667	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_006.html	667	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_006.html	862	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_006.html	862	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_006.html	868	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_006.html	868	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_006.html	874	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_006.html	874	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_006.html	1029	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_006.html	1029	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_006.html	1091	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_006.html	1091	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_006.html	1227	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_006.html	1227	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_006.html	1290	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_006.html	1290	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_006.html	1303	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_006.html	1303	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_006.html	1505	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_006.html	1505	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_007.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_007.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_007.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_007.html	294	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_007.html	294	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_007.html	361	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_007.html	361	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_007.html	367	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_007.html	367	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_007.html	394	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_007.html	394	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_007.html	441	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_007.html	441	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_007.html	575	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_007.html	575	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_007.html	586	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_007.html	586	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_007.html	607	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_007.html	607	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_007.html	628	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_007.html	628	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_007.html	931	111	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_007.html	931	111	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_007.html	974	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_007.html	974	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_007.html	1048	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_007.html	1048	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_007.html	1105	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_007.html	1105	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_007.html	1111	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_007.html	1111	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_007.html	1134	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_007.html	1134	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_007.html	1269	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_007.html	1269	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_008.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_008.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_008.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_008.html	350	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_008.html	350	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_008.html	369	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_008.html	369	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_008.html	414	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_008.html	414	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_008.html	433	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_008.html	433	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_008.html	480	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_008.html	480	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_008.html	525	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_008.html	525	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_008.html	748	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_008.html	748	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_008.html	881	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_008.html	881	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_009.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_009.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_009.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_009.html	324	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_009.html	324	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_009.html	344	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_009.html	344	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_009.html	422	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_009.html	422	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_009.html	491	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_009.html	491	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_009.html	530	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_009.html	530	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_009.html	578	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_009.html	578	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_009.html	606	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_009.html	606	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_009.html	621	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_009.html	621	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_009.html	677	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_009.html	677	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_009.html	689	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_009.html	689	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_009.html	757	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_009.html	757	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_009.html	805	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_009.html	805	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_009.html	831	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_009.html	831	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_009.html	865	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_009.html	865	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_009.html	911	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_009.html	911	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_009.html	951	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_009.html	951	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_009.html	957	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_009.html	957	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_009.html	991	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_009.html	991	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_009.html	1039	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_009.html	1039	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_009.html	1088	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_009.html	1088	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_009.html	1173	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_009.html	1173	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_009.html	1409	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_009.html	1409	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_009.html	1415	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_009.html	1415	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_010.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_010.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_010.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_010.html	342	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_010.html	342	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_010.html	348	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_010.html	348	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_010.html	354	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_010.html	354	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_010.html	360	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_010.html	360	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_010.html	793	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_010.html	793	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_011.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_011.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_011.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_011.html	273	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_011.html	273	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_011.html	321	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_011.html	321	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_011.html	431	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_011.html	431	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_011.html	601	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_011.html	601	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_011.html	800	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_011.html	800	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_011.html	850	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_011.html	850	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_011.html	967	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_011.html	967	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_011.html	1034	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_011.html	1034	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_011.html	1123	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_011.html	1123	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_011.html	1236	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_011.html	1236	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_011.html	1384	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_011.html	1384	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_011.html	1390	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_011.html	1390	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_012.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_012.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_012.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_013.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_013.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_013.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_013.html	1452	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_013.html	1452	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_013.html	1458	112	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_013.html	1458	112	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_014.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_014.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_014.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_015.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_015.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_015.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_016.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_016.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_016.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_017.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_017.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_017.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_017.html	268	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_017.html	268	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_017.html	268	123	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_018.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_018.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_018.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_018.html	262	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_018.html	262	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_018.html	262	123	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_019.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_019.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_019.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_019.html	260	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_019.html	260	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_019.html	260	123	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_020.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_020.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_020.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_020.html	260	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_020.html	260	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_020.html	260	123	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_021.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_021.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_021.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_021.html	260	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_021.html	260	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_021.html	260	123	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_022.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_022.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_022.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_022.html	260	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_022.html	260	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_022.html	260	123	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_023.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_023.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_023.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_023.html	260	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_023.html	260	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_023.html	260	123	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_024.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_024.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_024.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_024.html	260	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_024.html	260	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_024.html	260	123	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_025.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_025.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_025.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_025.html	260	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_025.html	260	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_025.html	260	123	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_026.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_026.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_026.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_026.html	260	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_026.html	260	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_026.html	260	123	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_027.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_027.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_027.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_027.html	260	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_027.html	260	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_027.html	260	123	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_027.html	266	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_027.html	266	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_027.html	266	123	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_028.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_028.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_028.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_028.html	260	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_028.html	260	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_028.html	260	123	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_029.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_029.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_029.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_029.html	260	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_029.html	260	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_029.html	260	123	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_030.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_030.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_030.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_030.html	260	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_030.html	260	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_030.html	260	123	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_031.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_031.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_031.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_031.html	260	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_031.html	260	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_031.html	260	123	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_032.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_032.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_032.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_032.html	260	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_032.html	260	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_032.html	260	123	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_033.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_033.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_033.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_033.html	260	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_033.html	260	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_033.html	260	123	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_034.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_034.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_034.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_034.html	260	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_034.html	260	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_034.html	260	123	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_035.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_035.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_035.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_035.html	260	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_035.html	260	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_035.html	260	123	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_036.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_036.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_036.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_036.html	260	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_036.html	260	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_036.html	260	123	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_037.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_037.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_037.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_037.html	260	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_037.html	260	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_037.html	260	123	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_038.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_038.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_038.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_038.html	260	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_038.html	260	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_038.html	260	123	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_039.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_039.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_039.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_039.html	260	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_039.html	260	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_039.html	260	123	Error while parsing file 'element "img" missing required attribute "alt"'.
ERROR	Introduction_split_040.html	34	94	Error while parsing file 'attribute "target" not allowed here; expected attribute "charset", "class", "dir", "href", "hreflang", "id", "lang", "media", "rel", "rev", "style", "title", "type" or "xml:lang"'.
ERROR	Introduction_split_040.html	252	65	Error while parsing file 'attribute "link" not allowed here; expected attribute "class", "dir", "id", "lang", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_040.html	252	65	Error while parsing file 'attribute "vlink" not allowed here; expected attribute "class", "dir", "id", "style", "title" or "xml:lang"'.
ERROR	Introduction_split_040.html	260	123	Error while parsing file 'attribute "border" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "src", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_040.html	260	123	Error while parsing file 'attribute "v:shapes" not allowed here; expected attribute "alt", "class", "dir", "height", "id", "ismap", "lang", "longdesc", "style", "title", "usemap", "width" or "xml:lang"'.
ERROR	Introduction_split_040.html	260	123	Error while parsing file 'element "img" missing required attribute "alt"'.

Quote:
Originally Posted by Doitsu View Post
2. Compile the epub with Kindle Previewer, click Compilation Details and post the Kindlegen log.
Code:
*************************************************************
 Amazon kindlegen(Windows) V2.9 build 1029-0897292 
 A command line e-book compiler 
 Copyright Amazon.com and its Affiliates 2014 
*************************************************************

Info:I9026:option: (hidden) amazon creator tool or pipeline

Info:I9014:option: -verbose: Verbose output

Info(prcgen):I1048: Unpacking ePub file

Info(prcgen):I1047: Added metadata dc:Title        "Introduction"

Info(prcgen):I1047: Added metadata dc:Date         "0101-01-01T00:00:00+00:00"

Info(prcgen):I1047: Added metadata dc:Creator      "Unknown"

Info(prcgen):I1047: Added metadata dc:Contributor  "calibre (2.55.0) [http://calibre-ebook.com]"

Info(cssparser):I10004: @rules other than @import, @charset and @font-face are not supported.

Info(prcgen):I1052: Kindle support cover images but does not support cover HTML. Hence using the cover image specified and suppressing cover HTML in content.     URL: C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\titlepage.xhtml

Info(prcgen):I1002: Parsing files  0000041

Info(prcgen):I1003: Parsing file     URL: Introduction_split_000.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_001.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_002.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_003.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_004.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_005.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_006.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_007.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_008.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_009.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_010.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_011.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_012.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_013.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_014.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_015.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_016.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_017.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_018.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_019.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_020.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_021.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_022.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_023.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_024.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_025.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_026.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_027.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_028.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_029.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_030.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_031.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_032.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_033.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_034.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_035.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_036.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_037.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_038.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_039.html

Info(prcgen):I1003: Parsing file     URL: Introduction_split_040.html

Info(prcgen):I1015: Building PRC file

Info(prcgen):I1006: Resolving hyperlinks

Info(prcgen):I1010: Writing hyperlinks

Info(prcgen):I1049: Building table of content     URL: C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\toc.ncx

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image391.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image392.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image393.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image394.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image395.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image396.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image397.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image398.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image399.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image400.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image401.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image402.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image403.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image404.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image405.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image406.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image407.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image408.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image409.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image410.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image411.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image412.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image413.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image414.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image415.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image416.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image417.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image418.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image419.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image420.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image421.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image422.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image423.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image424.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image425.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image426.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image427.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image428.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image429.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image430.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image431.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image432.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image433.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image434.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image435.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image436.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image437.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image438.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image439.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image440.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image441.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image442.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image443.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image444.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image445.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image446.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image447.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image448.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image449.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image450.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image451.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image452.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image453.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image454.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image455.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image456.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image457.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image458.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image459.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image460.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image461.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image462.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image463.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image464.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image465.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image466.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image467.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image468.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image469.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image470.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image471.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image472.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image473.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image474.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image475.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image476.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image477.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image478.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image479.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image480.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image481.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image482.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image483.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image484.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image485.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image486.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image487.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image488.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image489.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image490.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image491.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image492.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image493.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image494.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image495.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image496.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image497.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image498.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image499.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image500.gif"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image501.gif"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image502.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image503.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image504.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image505.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image506.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image507.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image508.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image509.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image510.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image511.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image512.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image513.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image514.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image515.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image516.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image517.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image518.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image519.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image520.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image521.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image522.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image523.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image524.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image525.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image526.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image527.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image528.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image529.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image530.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image531.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image532.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image533.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image534.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image535.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image536.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image537.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image538.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image539.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image540.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image541.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image542.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image543.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image544.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image545.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image546.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image547.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image548.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image549.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image550.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image551.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image552.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image553.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image554.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image555.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image556.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image557.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image558.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image559.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image560.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image561.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image562.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image563.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image564.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image565.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image566.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image567.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image568.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image569.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image570.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image571.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image572.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image573.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image574.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image575.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image576.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image577.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image578.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image579.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image580.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image581.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image582.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image583.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image584.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image585.jpg"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\cover_image.jpg"

Info(prcgen):I1014: Converting and merging media file "C:\Users\Phil\AppData\Local\Temp\mbt7E0_4_1E_16_2D_35_2F6_28E8_2668_DB106.tmp"

Info(pagemap):I8000: No Page map found in the book

Info(prcgen/inflections):I1012: Compiling inflections

Info(prcgen):I1019: Building index into record  0000000 Index name: $NCX

Info(prcgen):I1026: Unicode index using utf-8 encoding

Info(prcgen):I1045: Computing UNICODE ranges used in the book

Info(prcgen):I1046: Found UNICODE range: Basic Latin [20..7E]

Info(prcgen):I1046: Found UNICODE range: General Punctuation - Windows 1252 [2018..201A]

Info(prcgen):I1046: Found UNICODE range: Latin-1 Supplement [A0..FF]

Info(prcgen):I1017: Building PRC file, record count:   0000192

Info(prcgen):I1018: Building PRC file record  0000000

Info(prcgen):I1018: Building PRC file record  0000004

Info(prcgen):I1018: Building PRC file record  0000008

Info(prcgen):I1018: Building PRC file record  0000012

Info(prcgen):I1018: Building PRC file record  0000016

Info(prcgen):I1018: Building PRC file record  0000020

Info(prcgen):I1018: Building PRC file record  0000024

Info(prcgen):I1018: Building PRC file record  0000028

Info(prcgen):I1018: Building PRC file record  0000032

Info(prcgen):I1018: Building PRC file record  0000036

Info(prcgen):I1018: Building PRC file record  0000040

Info(prcgen):I1018: Building PRC file record  0000044

Info(prcgen):I1018: Building PRC file record  0000048

Info(prcgen):I1018: Building PRC file record  0000052

Info(prcgen):I1018: Building PRC file record  0000056

Info(prcgen):I1018: Building PRC file record  0000060

Info(prcgen):I1018: Building PRC file record  0000064

Info(prcgen):I1018: Building PRC file record  0000068

Info(prcgen):I1018: Building PRC file record  0000072

Info(prcgen):I1018: Building PRC file record  0000076

Info(prcgen):I1018: Building PRC file record  0000080

Info(prcgen):I1018: Building PRC file record  0000084

Info(prcgen):I1018: Building PRC file record  0000088

Info(prcgen):I1018: Building PRC file record  0000092

Info(prcgen):I1018: Building PRC file record  0000096

Info(prcgen):I1018: Building PRC file record  0000100

Info(prcgen):I1018: Building PRC file record  0000104

Info(prcgen):I1018: Building PRC file record  0000108

Info(prcgen):I1018: Building PRC file record  0000112

Info(prcgen):I1018: Building PRC file record  0000116

Info(prcgen):I1018: Building PRC file record  0000120

Info(prcgen):I1018: Building PRC file record  0000124

Info(prcgen):I1018: Building PRC file record  0000128

Info(prcgen):I1018: Building PRC file record  0000132

Info(prcgen):I1018: Building PRC file record  0000136

Info(prcgen):I1018: Building PRC file record  0000140

Info(prcgen):I1018: Building PRC file record  0000144

Info(prcgen):I1018: Building PRC file record  0000148

Info(prcgen):I1018: Building PRC file record  0000152

Info(prcgen):I1018: Building PRC file record  0000156

Info(prcgen):I1018: Building PRC file record  0000160

Info(prcgen):I1018: Building PRC file record  0000164

Info(prcgen):I1018: Building PRC file record  0000168

Info(prcgen):I1018: Building PRC file record  0000172

Info(prcgen):I1018: Building PRC file record  0000176

Info(prcgen):I1018: Building PRC file record  0000180

Info(prcgen):I1018: Building PRC file record  0000184

Info(prcgen):I1018: Building PRC file record  0000188

Info(prcgen):I1044: Uncompressed record size:   0004096

Info(prcgen):I2001: Final stats - TEXT:      000391089 bytes 000000192 records 

Info(prcgen):I2002: Final stats - PICTURES:  000000000 bytes 000000000 records 

Info(prcgen):I2003: Final stats - INDEXES:   000002600 bytes 000000003 records 

Info(prcgen):I2004: Final stats - TRAILING:  000000966 bytes 000000192 records 

Info(prcgen):I2005: Final stats - FRAMES:    000000088 bytes 000000002 records 

Info(prcgen):I2006: Final stats - OTHER:     014904173 bytes 000000203 records 

Info(prcgen):I2007: Final stats - TOTAL:     015298916 bytes 000000400 records 

Info(prcgen):I1039: Final stats - text compressed to (in % of original size):  49.74%

Info(prcgen):I1040: The document identifier is: "Introduction"

Info(prcgen):I1041: The file format version is V6

Info(prcgen):I1031: Saving PRC file

Info(prcgen):I1032: PRC built successfully

Info(prcgen):I1016: Building enhanced PRC file

Info(prcgen):I1007: Resolving mediaidlinks

Info(prcgen):I1011: Writing mediaidlinks

Info(prcgen):I1009: Resolving guide items

Info(prcgen):I1049: Building table of content     URL: C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\image490.jpg

Info(prcgen):I1013: Converting and merging image file "$FRAG"

Info(prcgen):I1013: Converting and merging image file "$SKEL"

Info(prcgen):I1013: Converting and merging image file "$NCX"

Info(prcgen):I1013: Converting and merging image file ""

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbt7E0_4_1E_16_2D_35_2F6_28E8_2668_DB106.tmp"

Info(prcgen):I1013: Converting and merging image file "Basic Latin [20..7E]"

Info(prcgen):I1013: Converting and merging image file "General Punctuation - Windows 1252 [2018..201A]"

Info(prcgen):I1013: Converting and merging image file "Latin-1 Supplement [A0..FF]"

Info(prcgen):I1013: Converting and merging image file "C:\Users\Phil\AppData\Local\Temp\mbp_7E0_4_1E_16_2D_2B_178_28E8_2668_1\toc.ncx"

Info(prcgen):I1013: Converting and merging image file "Introduction"

Info(prcgen):I1019: Building index into record  0000000 Index name: $FRAG

Info(prcgen):I1019: Building index into record  0000003 Index name: $SKEL

Info(prcgen):I1019: Building index into record  0000005 Index name: $NCX

Info(prcgen):I1029: The default lookup index is: "$FRAG"

Info(prcgen):I1017: Building PRC file, record count:   0000234

Info(prcgen):I1018: Building PRC file record  0000005

Info(prcgen):I1018: Building PRC file record  0000010

Info(prcgen):I1018: Building PRC file record  0000015

Info(prcgen):I1018: Building PRC file record  0000025

Info(prcgen):I1018: Building PRC file record  0000030

Info(prcgen):I1018: Building PRC file record  0000035

Info(prcgen):I1018: Building PRC file record  0000045

Info(prcgen):I1018: Building PRC file record  0000050

Info(prcgen):I1018: Building PRC file record  0000055

Info(prcgen):I1018: Building PRC file record  0000065

Info(prcgen):I1018: Building PRC file record  0000070

Info(prcgen):I1018: Building PRC file record  0000075

Info(prcgen):I1018: Building PRC file record  0000085

Info(prcgen):I1018: Building PRC file record  0000090

Info(prcgen):I1018: Building PRC file record  0000095

Info(prcgen):I1018: Building PRC file record  0000105

Info(prcgen):I1018: Building PRC file record  0000110

Info(prcgen):I1018: Building PRC file record  0000115

Info(prcgen):I1018: Building PRC file record  0000125

Info(prcgen):I1018: Building PRC file record  0000130

Info(prcgen):I1018: Building PRC file record  0000135

Info(prcgen):I1018: Building PRC file record  0000145

Info(prcgen):I1018: Building PRC file record  0000150

Info(prcgen):I1018: Building PRC file record  0000155

Info(prcgen):I1018: Building PRC file record  0000165

Info(prcgen):I1018: Building PRC file record  0000170

Info(prcgen):I1018: Building PRC file record  0000175

Info(prcgen):I1018: Building PRC file record  0000185

Info(prcgen):I1018: Building PRC file record  0000190

Info(prcgen):I1018: Building PRC file record  0000195

Info(prcgen):I1018: Building PRC file record  0000200

Info(prcgen):I1018: Building PRC file record  0000205

Info(prcgen):I1018: Building PRC file record  0000210

Info(prcgen):I1018: Building PRC file record  0000215

Info(prcgen):I1018: Building PRC file record  0000220

Info(prcgen):I1018: Building PRC file record  0000225

Info(prcgen):I1018: Building PRC file record  0000230

Info(prcgen):I2001: Final stats - TEXT:      000491301 bytes 000000234 records 

Info(prcgen):I2003: Final stats - INDEXES:   000010012 bytes 000000008 records 

Info(prcgen):I2004: Final stats - TRAILING:  000001246 bytes 000000234 records 

Info(prcgen):I2005: Final stats - FRAMES:    000000124 bytes 000000003 records 

Info(prcgen):I2006: Final stats - OTHER:     000008889 bytes 000000003 records 

Info(prcgen):I2007: Final stats - TOTAL:     000511572 bytes 000000248 records 

Info(prcgen):I1039: Final stats - text compressed to (in % of original size):  51.29%

Info(prcgen):I1041: The file format version is V8

Info(prcgen):I15000:  Approximate Standard Mobi Deliverable file size :   0007486KB

Info(prcgen):I15001:  Approximate KF8 Deliverable file size :   0007590KB

Info(prcgen):I1036: Mobi file built successfully
SirCaptain is offline   Reply With Quote
Advert
Old 05-01-2016, 05:10 AM   #6
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,544
Karma: 93383043
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
I would recommend fixing all those epubcheck errors. "Garbage in, garbage out" is an old saying in computing.
HarryT is offline   Reply With Quote
Old 05-01-2016, 05:30 AM   #7
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,584
Karma: 22735033
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by HarryT View Post
I would recommend fixing all those epubcheck errors. "Garbage in, garbage out" is an old saying in computing.
I agree. Even though Kindlegen didn't display any error messages it might have misparsed some of the HTML code.

@SirCaptain:

You might want to consider exporting you book with Toxaris's free e-Book Tools MS Word addin. It tends to produce cleaner code.

If you don't want to re-convert your book:

1. Open the epub with Calibre Editor and press F7 (Check Book).
2. Click Try to correct all fixable errors automatically. This should take care of some, but not all of the errors.
3. Re-check your epub with epubcheck and manually fix all remaining errors by deleting all attributes for which epubcheck reported "attribute xxx not allowed here".
Doitsu is offline   Reply With Quote
Old 05-01-2016, 05:33 AM   #8
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,544
Karma: 93383043
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
Worth noting that Calibre's viewer is very error tolerant, and will happily display books which many other devices will have problems with. That makes it an excellent viewer for reading other peoples' crappy books on, but a poor one for checking your own book with.
HarryT is offline   Reply With Quote
Old 05-02-2016, 03:05 AM   #9
SirCaptain
Junior Member
SirCaptain began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Apr 2016
Device: Amazon Kindle Fire HD
Ok, I've been fooling around with this all day and finally decided to at least try a test case. (Certainly the code for the main book is pretty sloppy, but I at least wanted to make sure what I was going to do worked before I spend many hours "fixing" the whole thing only to find out that wasn't the (only) error.

I've attached a very simple azw3. I started with word (html), generated an epub using toxaris, but everything was black and white (looked to me like the "generate epub" stripped any colors and made everything black and white).

So, I took the html, uploaded into Calibre, converted the html to azw3. The resulting azw3 shows is color in Kindle Previewer and Calibre, and again it is black and white in the actual Kindle. No errors from Kindle Previewer, http://validator.idpf.org/application/validate, or Calibre "Check Book".

I even sent it to the Kindle via calibre and also just using windows explorer folders and USB. Neither worked. Any ideas what might be wrong now? Thanks.
Attached Files
File Type: azw3 test - Unknown.azw3 (10.9 KB, 200 views)
SirCaptain is offline   Reply With Quote
Old 05-02-2016, 05:56 AM   #10
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,584
Karma: 22735033
Join Date: Dec 2010
Device: Kindle PW2
I just tested your book with the Kindle for Android app and the third line is displayed in blue. If the Kindle Fire HD displays everything in black; maybe its Kindle app is outdated or, if you transferred the file via Send to Kindle or Calibre, the MOBI7 version was transferred, which might not work.

I'd recommend that you convert your book with Kindle Previewer and copy the .mobi file that it generates it via USB to the Internal Storage partition of your Kindle Fire HD.
Then select the file in a file manager and open it with the Kindle app.

BTW, if Kindle Previewer shows the colors, all current color-enabled Kindle apps should display the colors, too.
Doitsu is offline   Reply With Quote
Old 05-03-2016, 02:46 AM   #11
SirCaptain
Junior Member
SirCaptain began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Apr 2016
Device: Amazon Kindle Fire HD
Thanks for the reply. My Kindle is up-to-date, so no issues there.

Because I was converting HTML to azw3 in Calibre, there was no mobi to send. Plus I always made sure to send the specific format.

Finally, interesting point about converting with the Kindle Previewer.
1) This will provide a mobi, which if i understand correctly, won't use a multi-tiered table of contents (the whole reason I was looking to use an azw3). If i'm wrong, please let me know, but i haven't been able to get the multi-tiered TOC to work with mobi.
2) When I take the html, convert to epub, then convert to mobi using Kindle Previewer, the resulting mobi doesn't work on my kindle (but does work on the Previewer). I can see it loaded on the Kindle, but when I tap it, it never opens. It just sits there as if I hadn't tapped it.

Thoughts?
SirCaptain is offline   Reply With Quote
Old 05-03-2016, 03:02 AM   #12
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,584
Karma: 22735033
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by SirCaptain View Post
Finally, interesting point about converting with the Kindle Previewer.
1) This will provide a mobi, which if i understand correctly, won't use a multi-tiered table of contents (the whole reason I was looking to use an azw3). If i'm wrong, please let me know, but i haven't been able to get the multi-tiered TOC to work with mobi.
Kindle Previewer generates a hybrid file that contains both the old mobi7 format and the new AZW3 format. (Devices/apps that support AZW3 will automatically open the AZW3 file.)

Quote:
Originally Posted by SirCaptain View Post
2) When I take the html, convert to epub, then convert to mobi using Kindle Previewer, the resulting mobi doesn't work on my kindle (but does work on the Previewer).
As I've said before, there's nothing wrong with the file per se. It displays colors in the Kindle for Android/PC apps. If it doesn't display colors on your Kindle Fire HD, there's a problem with your Kindle Fire HD or its integrated Kindle app.

Did you install the latest OS updates for your model?
Doitsu is offline   Reply With Quote
Old 05-04-2016, 04:11 AM   #13
SirCaptain
Junior Member
SirCaptain began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Apr 2016
Device: Amazon Kindle Fire HD
Yes, it's running Fire OS 5.1.2 as of 27 April
SirCaptain is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Epub to AZW3, TOC margins off, text OK Ma'am-I-Am Conversion 0 10-18-2014 07:40 PM
Content Rich Text Format to azw3 ? Quelch Amazon Kindle 4 10-15-2014 03:04 AM
Conversion ePub -> azw3, text centered apeiron75 Calibre 0 05-18-2013 12:28 PM
KPW Text not properly aligned in MOBI only in AZW3 worley Calibre 5 11-17-2012 12:12 PM
Troubleshooting KPW Text not properly aligned in MOBI only in AZW3 worley Amazon Kindle 1 11-12-2012 03:03 AM


All times are GMT -4. The time now is 01:34 PM.


MobileRead.com is a privately owned, operated and funded community.