daisy / pipeline

Super-project that aggregates all Pipeline related code, provides a common tracker for Pipeline related issues and holds the Pipeline website
http://daisy.github.io/pipeline
21 stars 21 forks source link

daisy3-to-epub3 fails to resolve some links in the Nav Doc #272

Closed ghost closed 10 years ago

ghost commented 10 years ago

From rdeltour@gmail.com on March 04, 2013 14:56:57

EpubCheck report validation errors after converting the ODTInstructions DAISY 3 book from the Tobi team:

Epubcheck Version 3.0

Validating against EPUB version 3.0
WARNING: out-odt/result.epub/EPUB/nav.xhtml(78,65): hyperlink to resource outside spine 'EPUB/nav.xhtml'
ERROR: out-odt/result.epub/EPUB/nav.xhtml(78,65): 'dtb_717': fragment identifier is not defined in 'EPUB/nav.xhtml'
WARNING: out-odt/result.epub/EPUB/nav.xhtml(79,65): hyperlink to resource outside spine 'EPUB/nav.xhtml'
ERROR: out-odt/result.epub/EPUB/nav.xhtml(79,65): 'dtb_730': fragment identifier is not defined in 'EPUB/nav.xhtml'
WARNING: out-odt/result.epub/EPUB/nav.xhtml(80,65): hyperlink to resource outside spine 'EPUB/nav.xhtml'
ERROR: out-odt/result.epub/EPUB/nav.xhtml(80,65): 'dtb_733': fragment identifier is not defined in 'EPUB/nav.xhtml'
WARNING: out-odt/result.epub/EPUB/nav.xhtml(81,65): hyperlink to resource outside spine 'EPUB/nav.xhtml'
ERROR: out-odt/result.epub/EPUB/nav.xhtml(81,65): 'dtb_738': fragment identifier is not defined in 'EPUB/nav.xhtml'
WARNING: out-odt/result.epub/EPUB/nav.xhtml(82,65): hyperlink to resource outside spine 'EPUB/nav.xhtml'
ERROR: out-odt/result.epub/EPUB/nav.xhtml(82,65): 'dtb_745': fragment identifier is not defined in 'EPUB/nav.xhtml'
WARNING: out-odt/result.epub/EPUB/nav.xhtml(84,65): hyperlink to resource outside spine 'EPUB/nav.xhtml'
ERROR: out-odt/result.epub/EPUB/nav.xhtml(84,65): 'dtb_757': fragment identifier is not defined in 'EPUB/nav.xhtml'

It seems to be caused by @id attributes not being copied through the DTBook to XHTML conversion. To be investigated.

Sample available upon request.

Original issue: http://code.google.com/p/daisy-pipeline/issues/detail?id=272

ghost commented 10 years ago

From rdeltour@gmail.com on March 14, 2013 07:18:27

See https://github.com/daisy-consortium/pipeline-scripts/pull/4

Status: Started

ghost commented 10 years ago

From rdeltour@gmail.com on March 14, 2013 10:12:36

Status: Fixed