View Single Post
Old 05-17-2011, 08:56 AM   #1
Crian
Member
Crian began at the beginning.
 
Posts: 20
Karma: 10
Join Date: May 2011
Device: Kindle 3
MobiCreator and a table of contents

I'm trying to generate a mobi file with the MobiCreator (V 4.2 build 41). Because it does not build a table of contents from my input file, I tried again with a rather simple html input file as a test case:

Code:
<html>
    <head></head>
    <body>

        <h1>Titel</h1>

        <h2>Kapitel eins</h2>

        <h3>Unterkapitel eins-eins</h3>

        <p>Text.</p>
        
        <h3>Unterkapitel eins-zwei</h3>

        <p>Text.</p>

        <h2>Kapitel zwei</h2>

        <h3>Unterkapitel zwei-eins</h3>

        <h4>Unterkapitel zwei-eins-eins</h4>

        <p>Text.</p>
        
        <h4>Unterkapitel zwei-eins-zwei</h4>

        <p>Text.</p>
        
        <h4>Unterkapitel zwei-eins-drei</h4>

        <p>Text.</p>
        
        <h3>Unterkapitel zwei-zwei</h3>

        <p>Text.</p>

        <h2>Kapitel drei</h2>

        <p>Text.</p>

    </body>
</html>
When I try to generate a table of contents (using h2, h3, and h4), I get the following error message:

Quote:
Mobipocket Creator Publisher v 4.2 build 41

Microsoft Internet Explorer
4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)0

Line: 94
Character: 3
Code: 0
Message: Das Objekt unterstützt diese Aktion nicht.
Url: file:///C:/Program%20Files%20(x86)/Mobipocket.com/Mobipocket%20Creator/rsrc/html/table_of_contents.html
My input file only has 42 lines, so I think, "line 94" means the file table_of_contents.html.

(Sorry for my English, I am no native speaker.)

Edit: The error message mentioned the "Microsoft Internet Explorer", which I don't use, but installed is the Windows Internet Explorer 9 (Version 9.0.8112.16421 64-bit Edition).

Last edited by Crian; 05-17-2011 at 09:00 AM.
Crian is offline   Reply With Quote