Quote:
Originally Posted by chezjim
So I tried a test implementation of this syntax:
For the reference in the main text:
xml
<a id="fn1" href="#fn1a" epub:type="noteref"><sup>[1]</sup></a>
For the endnote:
xml
<aside epub:type="footnote" id="fn1a">
<p><a href="#fn1">[1]</a> Endnote text here.</p>
</aside>
|
If the endnotes are at the end of the html file, your syntax should work. If it doesn't work in Aquile reader,
maybe you have to prefix the href values by the actual file names.
Also the syntax that you used can only be used in epub
3 files. If you used it in an epub2 book you might want to convert it an epub3 book with KevinH's
epub3tizer plugin.