Quote:
Originally Posted by konrad
 Hi elinares:
I am trying to use the LRFTools-0.9.236.jar to merge epubs. I have gotten it to work a couple of times but usually I get This:
C:\EPubs Tests\Lrf>java -jar LRF.jar mergeEpub e:\x -a 111 -t 222 -o fff.epub
Adding Book 1.epub: OK.
Adding Book 2.epub: OK.
Adding Book 3.epub: OK.
C:\EPubs Tests\Lrf>java -jar LRF.jar mergeEpub e:\x -a 211 -t 322 -o fff2.epub
Adding Book 1.epub: Error: java.net.UnknownHostException: www.daisy.org
|
Hi, I'm sure you have not Internet access from your computer at the moment of merging... The epub Table Of Content follows this DTD:
<!DOCTYPE ncx PUBLIC "-//NISO//DTD ncx 2005-1//EN" "http://www.daisy.org/z3986/2005/ncx-2005-1.dtd">
The SAX parse I've using for merging checks the remote DTD. I can remove this, meanwhile try to connect to internet