fatty- / daisy-pipeline

Automatically exported from code.google.com/p/daisy-pipeline
0 stars 0 forks source link

Page navigation links in EPUB3 do not include file reference #379

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Convert the attached DAISY file to EPUB3 with a script like this:
cli/dp2 dtbook-to-epub3 --i-source ./Getting_a_Feel_for_Lunar_Craters.xml \
   --data /path/to/Getting_a_Feel_for_Lunar_Craters.zip \
   --output /path/to/Getting_a_Feel_for_Lunar_Craters-output.zip \
   --x-assert-valid false
2. Open the output EPUB3 and look at the toc.xhtml

What is the expected output? What do you see instead?
The nav section for pages used to have links with relative paths that included 
the appropriate file:
<a href="Getting_a_Feel_for_Lunar_Craters-2.xhtml#p1">1</a>

The links now have no file reference and so look like this:
<a href="#p1">1</a>

What version of the product are you using? On what operating system?
v1.7 on Ubuntu Linux

Please provide any additional information below.
Attached is the input DAISY and the EPUB3 output that we get.

Original issue reported on code.google.com by john.bru...@gmail.com on 25 Jan 2014 at 7:24

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by rdeltour@gmail.com on 28 Jan 2014 at 7:47

GoogleCodeExporter commented 9 years ago
Fixed in https://github.com/daisy-consortium/pipeline-scripts-utils/pull/33

Original comment by rdeltour@gmail.com on 7 Feb 2014 at 1:32