OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] docbook footnotes generating errors with epub3 book


I fixed the missing id on footnote.  Try it now with the latest snapshot.

Bob Stayton
Sagehill Enterprises
bobs@sagehill.net


----- Original Message ----- From: "Carlos Araya" <carlos.araya@gmail.com>
To: <docbook-apps@lists.oasis-open.org>
Sent: Sunday, April 22, 2012 10:15 AM
Subject: [docbook-apps] docbook footnotes generating errors with epub3 book

I am using the following code to generate footnotes

<footnote><para>The XML source for this book along with all the ancillary files (Ant build files and others) are available on Github at <link xlink:href="https://github.com/caraya/docbook-epub";>https://github.com/caraya/docbook-epub</link></para></footnote>

it produces the following HTML using the latest snapshot:

<div id="ftn.idp18944" class="footnote" epub:type="footnote"><p><a href="#idp18944" class="para"><sup class="para">[1] </sup></a>The XML source for this book along with all the ancillary files (Ant build files and others) are available on Github at <a class="link" href="https://github.com/caraya/docbook-epub"; target="_top">https://github.com/caraya/docbook-epub</a></p></div>

but epubcheck is raising an error

ERROR: docbook-howto.epub/OEBPS/ch01.xhtml(2,5685): 'idp18944': fragment identifier is not defined in 'OEBPS/ch01.xhtml'

This happens for all footnotes and it was not happening with prior snapshot builds.

Carlos

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]