View Single Post
Old 09-24-2013, 12:38 AM   #1
Julius Caesar
Addict
Julius Caesar ought to be getting tired of karma fortunes by now.Julius Caesar ought to be getting tired of karma fortunes by now.Julius Caesar ought to be getting tired of karma fortunes by now.Julius Caesar ought to be getting tired of karma fortunes by now.Julius Caesar ought to be getting tired of karma fortunes by now.Julius Caesar ought to be getting tired of karma fortunes by now.Julius Caesar ought to be getting tired of karma fortunes by now.Julius Caesar ought to be getting tired of karma fortunes by now.Julius Caesar ought to be getting tired of karma fortunes by now.Julius Caesar ought to be getting tired of karma fortunes by now.Julius Caesar ought to be getting tired of karma fortunes by now.
 
Posts: 341
Karma: 1244808
Join Date: Oct 2012
Device: Kindle Paperwhite
Why are these tags rejected?

I have the following warnings when running Kindlegen:

Info(prcgen):I1047: Added metadata dc:Title "Title is here"

Info(prcgen):I1047: Added metadata dc:Date "2011-05-16"

Info(prcgen):I1047: Added metadata dc:Creator "Creator's name is here"

Info(prcgen):I1047: Added metadata dc:Publisher "Publisher's name is here"

Info(prcgen):I1047: Added metadata dc:Contributor "Contributor's name is here"

Warning(prcgen):W14021: Guide title is empty. Item is ignored

Info(prcgen):I1002: Parsing files 0000001

Warning(inputpreprocessor):W29006: Tag rejected: <guide>

in file: C:\mobi7\book.html line: 0000001

Warning(inputpreprocessor):W29006: Tag rejected: <reference title="Copyright" type="copyright" filepos="0000001278"/>

in file: C:\mobi7\book.html line: 0000001

Warning(inputpreprocessor):W29006: Tag rejected: <reference title="Table of Contents" type="toc" filepos="0000001869"/>

in file: C:\mobi7\book.html line: 0000001

Warning(inputpreprocessor):W29006: Tag rejected: </guide>

in file: C:\mobi7\book.html line: 0000001

Warning(inputpreprocessor):W29004: Forcefully closed opened Tag: <p height="0%" width="-5%">

in file: C:\mobi7\book.html line: 0000001

Warning(inputpreprocessor):W29004: Forcefully closed opened Tag: <p height="0%" width="0%">

in file: C:\mobi7\book.html line: 0000001


This is what the source file looks like:
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />

<guide>
<reference title="Copyright" type="copyright" filepos=0000001278 />
<reference title="Table of Contents" type="toc" filepos=0000001869 />
</guide>

</head>


1. Why are the tags rejected?
2. What does "Forcefully closed opened Tag" mean? There are thousands <p height="0%" width="0%"> in the source file. How do I find out the exact spot where the problem is?

Last edited by Julius Caesar; 09-24-2013 at 10:01 PM.
Julius Caesar is offline   Reply With Quote