View Single Post
Old 02-02-2011, 12:29 PM   #265
elinares
Xtreme Quijote
elinares doesn't litterelinares doesn't litterelinares doesn't litter
 
elinares's Avatar
 
Posts: 101
Karma: 208
Join Date: Sep 2008
Location: La Mancha, Spain
Device: Sony PRS-505
Quote:
Originally Posted by konrad View Post
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
elinares is offline   Reply With Quote