daisy / pipeline-scripts

!! NOTE: This project is now part of the pipeline-modules project !! | Script modules for the default DAISY Pipeline 2 distribution.
GNU Lesser General Public License v3.0
6 stars 5 forks source link

daisy202-to-epub3: epub:textref in SMIL refers to .html files instead of .xhtml files #76

Closed josteinaj closed 7 years ago

josteinaj commented 9 years ago

For instance:

<seq xmlns:epub="http://www.idpf.org/2007/ops" id="mo1_seq23" epub:textref="content.html#dtb22">

The epub:textref in this example should've had the value content.xhtml#dtb22; there needs to be a regex adding the "x" here.

bertfrees commented 7 years ago

Fixed by https://github.com/daisy/pipeline-scripts/pull/104