My dummy.html file is just the one posted above:
Quote:
Originally Posted by Crian
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>
|
And as I mentioned there:
Quote:
Originally Posted by Crian
My input file only has 42 lines, so I think, "line 94" means the file table_of_contents.html.
|
Line 94 of the file c:\Program Files (x86)\Mobipocket.com\Mobipocket Creator\rsrc\html\table_of_contents.html is this one:
Code:
weholder.external.set_toc_parameters(document.forms[0].toc_title.value, parameters);