Pipeline 20100125 released

A new maintenance release of the DAISY Pipeline (version 20100125) is now available. It features numerous improvements and new contributions, including: * New scripts for PEF/Braille production (DTbook to PEF, DTBook to Text, PEF splitter/merger), contributed by Joel Håkansson, TPB * New script for OpenDocument Text to DTBook conversion, contributed by Vincent Spiewak Freelance. * New script for DTBook to DAISY 3 Text-Only production, implemented in Java, contributed by James Pritchett, RFB&D. * New script for DTBook to DAISY 3 Text-Only production (Beta version), implemented in XSLT, contributed by Alex Bernier, BrailleNet. * Several localization improvements, including better support for Finnish, Norwegian and Japanese in the TTS Narrator script, contributed respectively by Päivi Suhonen - Celia, Olav Indergaard - NLB, and Mayu Hamada - ATDO. * ... and many bug fixes and other minor improvements Download links are available on the DAISY Pipeline project page: http://www.daisy.org/project/pipeline or on the DAISY Pipeline development site: http://daisymfc.sourceforge.net/ The DAISY Pipeline team wants to thank all the contributors and bug reporters, your feedback is always much appreciated.

New Pipeline feature

Hi, I have noticed a feature (which might be called a bug) in this new release that was not present in the last one. I'm talking about the Text-Only production scripts. I have the following structure in my DTBook: <p><pagenum page="normal" id="page82">82</pagenum>Mary seisoi ... It is supposed to mean that the page begins with a new paragraph and this is how the earlier version of Pipeline understood it. But the new version moves the page break over one word, i.e. the first word of the paragraph. So the Text-Only book shows the word "Mary" on page 81 and rest of the paragraph on page 82. I wonder if this could be fixed? Regards, Päivi

The behavior probably comes

The behavior probably comes from the page break being included in the paragraph. In the XML document order, the paragraph "p" element comes before the "pagenum" element, and then the paragraph will appear before the page in the SMIL sequence. Please try with the pagenum element outside of the paragraph: <pagenum page="normal" id="page82">82</pagenum> <p>Mary seisoi ... </p> As for the exact reason why the word "Mary" is split from the rest of the paragraph, I guess it depends on your DAISY player. HTH, Romain.

Hi Romain, this kind of

Hi Romain, this kind of structure comes from my production system and it did not cause any problems in the previous version of Pipeline. Now it's always the first word that gets out of the paragraph and it does not depend on my Daisy player, because the structure is in the html-file, like this: <p class="line" id="id_144" /> <p id="id_145"> <span id="id_146" class="sentence"> <span id="id_147" class="normalized"> <a href="d202_6.smil#txt_105">Mary</a> </span> <span id="page12" class="page-normal"> <a href="d202_6.smil#txt_106">12</a> </span> <span class="normalized" id="id_148"> <a href="d202_6.smil#txt_107">kohottautui joogaharjoituksistaan ja harkittuaan huolellisesti alusvaatteita ryhtyi pukeutumaan. </a>

Ah. I thought you were

Ah. I thought you were talking about the new DTbook to DAISY 3 text-only generators. But it seems you're having an issue with the DAISY 2.02 text-only fileset generator. I cannot reproduce the error with the following markup: <p><pagenum page="normal" id="p2">2</pagenum>another paragraph</p> Could you please send me a sample file to my email: rdeltour (at no spam) gmail (dot) com ? Thanks. Romain.

Thanks Romain. I have sent

Thanks Romain. I have sent you a file. Päivi

Copyright © 2012 The DAISY Consortium, Some Rights Reserved.
Creative Commons License: No Derivative Works
Creative Commons

Valid XHTML 1.0!