Quote:
Originally Posted by freewheeling
I'm trying this, but Sigil doesn't generate the pageList from it so I probably have to add that part.
|
Since you mentioned that you're using Sigil, you might find my
Pagelist plugin helpful, which'll automatically generate a pageList from page marker ids.
BTW, a typical pageList should look like this:
Code:
<pageList>
<navLabel>
<text>Pages</text>
</navLabel>
<pageTarget id="page7" type="normal" value="7">
<navLabel>
<text>7</text>
</navLabel>
<content src="Text/book.xhtml#page7"/>
</pageTarget>
<pageTarget id="page8" type="normal" value="8">
<navLabel>
<text>8</text>
</navLabel>
<content src="Text/book.xhtml#page8"/>
</pageTarget>
<pageTarget id="page9" type="normal" value="9">
<navLabel>
<text>9</text>
</navLabel>
<content src="Text/book2.xhtml#page9"/>
</pageTarget>
</pageList>