fatty- / daisy-pipeline

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

daisy3-to-epub3 sometimes generates invalid @clipBegin/@clipEnd attributes #271

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
EpubCheck reports the following after converting the Valentin Hauy DAISY 3 book 
from the Tobi team:

Epubcheck Version 3.0

Validating against EPUB version 3.0 ERROR: out-val/result.epub/EPUB/mo/package-1.smil(1,1079): value of attribute "clipBegin" is invalid; must be a string matching the regular expression "(\s)[0-9]+(.[0-9]+)?(h|min|s|ms)?(\s)", must be a string matching the regular expression "(\s)[0-5][0-9]:[0-5]0-9?(\s)" or must be a string matching the regular expression "(\s)[0-9]+:[0-5][0-9]:[0-5]0-9?(\s)" ERROR: out-val/result.epub/EPUB/mo/package-1.smil(1,1079): value of attribute "clipEnd" is invalid; must be a string matching the regular expression "(\s)[0-9]+(.[0-9]+)?(h|min|s|ms)?(\s)", must be a string matching the regular expression "(\s)[0-5][0-9]:[0-5]0-9?(\s)" or must be a string matching the regular expression "(\s)[0-9]+:[0-5][0-9]:[0-5]0-9?(\s)" ERROR: out-val/result.epub/EPUB/mo/package-1.smil(1,1079): 'EPUB/audio': referenced resource missing in the package.


to be investigated. Sample available upon request to Romain.

Original issue reported on code.google.com by rdeltour@gmail.com on 4 Mar 2013 at 1:54

GoogleCodeExporter commented 9 years ago
See https://github.com/daisy-consortium/pipeline-scripts/pull/3

Original comment by rdeltour@gmail.com on 14 Mar 2013 at 2:17