PDA

View Full Version : Only 3 Pages Get Converted


LOBONCA
02-23-2006, 02:02 PM
I am trying to convert a series of HTML documents on my hard drive that are all linked together. I tell iSiloX to import index.html and to follow the links but only the first 3 pages get converted. What am I doing wrong?

iSilo
02-23-2006, 03:46 PM
Are all of the files linked from the main HTML index file? If not, such as if only those three pages you mentioned are linked from the index file and the ones that don't get brought in are linked from those three, then try increasing the maximum link depth (Properties/Links). The default setting is a maximum depth of one.

LOBONCA
02-24-2006, 07:29 AM
The index.html file we use to import is linked to the 3 files in the same directory. Those 3 files then link to other files in other directories. We have set the link depth at 2 and also tried 3 and 4. Only the three files in the same directory as index.html are converted.

Main Directory
index.html <=== converted
tree.html <=== converted
heading.html <=== converted

Subdirectory <=== everything else not converted
Files

Subdirectory
Files

Subdirectory
Files

We need assistance. Thank you.

Voltage Spike
02-24-2006, 09:38 AM
Could you post the index.html file or at least what one of the links looks like (i.e., the "a href" section)?

rover_orna
04-16-2006, 12:51 PM
I've got the same problem with iSiloXC for linux v4.31

Sample link:
<A href="/tmp/moto/eBook/converter/Symbian OS Explained/J.Stichbury - Symbian OS Explained Effective C++ Programming for Smartphones-1.html" target="contents" >Page 1</a>

There are 394 links like that. Every file is exactly at the place where link is pointing. There is output from iSiloXC with -vv option:

Document list filename: [Symbian OS Explained.ixl]
Option flags: very verbose
================================================== ==========
Option Settings
================================================== ==========
<?xml version="1.0"?>
<iSiloXSettings>
<Logging>
<Conversion>
<Log value="no"/>
<MaxPrevLogSize value="64"/>
</Conversion>
<Connection>
<Log value="no"/>
</Connection>
</Logging>
<Proxy>
<UseProxy value="no"/>
<Port value="8080"/>
<UseHTTP10 value="no"/>
</Proxy>
<HTTP>
<UserAgent>
<Send value="default"/>
</UserAgent>
<Timeouts>
<MaxRetriesPerPage value="3"/>
<MaxConnectTime value="60"/>
<MaxSendTime value="30"/>
<MaxReceiveTime value="60"/>
</Timeouts>
</HTTP>
</iSiloXSettings>
Read 1 entries from the document list.
================================================== ==========
Document List
================================================== ==========
<?xml version="1.0"?>
<iSiloXDocumentList>
<iSiloXDocument>
<Source>
<Sources>
<Path>/tmp/moto/eBook/converter/Symbian OS Explained/J.Stichbury - Symbian OS Explained Effective C++ Programming for Smartphones_ind.html</Path>
</Sources>
</Source>
<Destination>
<Title>Symbian OS Explained: Effective C++ Programming for Smartphones</Title>
<Files>
<Path>/tmp/moto/eBook/converter/Symbian_OS_Explained.pdb</Path>
</Files>
</Destination>
<LinkOptions>
<MaximumDepth value="1"/>
<FollowOffsite value="yes"/>
<MaximumOffsiteDepth value="1"/>
<SubDirOnly value="no"/>
<UnresolvedDetail value="include"/>
</LinkOptions>
<ImageOptions>
<AltText value="exclude"/>
<Images value="exclude"/>
<ResizeLargeImages value="yes"/>
<ImproveContrast value="yes"/>
<Dither value="yes"/>
<MaximumWidth value="144"/>
<MaximumHeight value="144"/>
<Compress value="yes"/>
<BitDepth1 value="exclude"/>
<BitDepth2 value="exclude"/>
<BitDepth4 value="exclude"/>
<BitDepth8 value="exclude"/>
<BitDepth16 value="include"/>
<LossyLevel value="none"/>
<LossyQuality value="75"/>
</ImageOptions>
<TableOptions>
<IgnoreTables value="no"/>
<AddSeparators value="no"/>
<UseMinimumDepth value="no"/>
<MinimumDepth value="1"/>
<UseMaximumBottomReach value="no"/>
<MaximumBottomReach value="1"/>
<UnfoldFullPageTables value="no"/>
<IgnorePixelWidths value="no"/>
</TableOptions>
<ColorOptions>
<BackgroundColors value="keep"/>
<TextColors value="keep"/>
</ColorOptions>
<MarginOptions>
<LeftRightMargins value="keep"/>
<LeftRightPadding value="keep"/>
</MarginOptions>
<SecurityOptions>
<Convert value="allow"/>
<CopyBeam value="allow"/>
<CopyAndPaste value="allow"/>
<Modify value="allow"/>
<Print value="allow"/>
</SecurityOptions>
<TextOptions>
<PreUseMonospaceFont value="yes"/>
<PreSingleLineBreaks value="KeepAll"/>
<ProcessLineBreaks value="yes"/>
<ConvertSingleLineBreaks value="no"/>
<Preformatted value="no"/>
<UseMonospaceFont value="no"/>
<MonospaceFontSize value="10"/>
<TabStopWidth value="8"/>
</TextOptions>
<DocumentOptions>
<PageBounds value="rigid"/>
<UseDefaultCategory value="no"/>
<HomePageNumber value="1"/>
<OpenHomePageOnDateChange value="no"/>
</DocumentOptions>
<Bookmarks>
<Document>
<UseFile value="no"/>
<UseNamedAnchors value="no"/>
<NamedAnchorType value="WordWebPage"/>
<UseIncludeFilter value="no"/>
<UseExcludeFilter value="no"/>
</Document>
</Bookmarks>
<LastConversion>
<Size value="0"/>
</LastConversion>
</iSiloXDocument>
</iSiloXDocumentList>

Document 1 of 1: Symbian OS Explained: Effective C++ Programming for Smartphones
Step 1 of 3: Retrieve sources
file:///tmp/moto/eBook/converter/Symbian%20OS%20Explained/J.Stichbury%20-%20Symbian%20OS%20Explained%20Effective%20C%2B%2B% 20Programming%20for%20Smartphones_ind.html
Parsing HTML...
Parsing CSS...
Applying CSS to HTML...
Translating HTML...
file:///tmp/moto/eBook/converter/Symbian OS Explained/J.Stichbury - Symbian OS Explained Effective C++ Programming for Smartphones-1.html
Parsing HTML...
Parsing HTML...
Parsing CSS...
Applying CSS to HTML...
Translating HTML...
file:///tmp/moto/eBook/converter/Symbian OS Explained/J.Stichbury - Symbian OS Explained Effective C++ Programming for Smartphones-2.html
Parsing HTML...
Parsing HTML...
Parsing CSS...
Applying CSS to HTML...
Translating HTML...
file:///tmp/moto/eBook/converter/Symbian OS Explained/J.Stichbury - Symbian OS Explained Effective C++ Programming for Smartphones-3.html
file:///tmp/moto/eBook/converter/Symbian OS Explained/J.Stichbury - Symbian OS Explained Effective C++ Programming for Smartphones-4.html
file:///tmp/moto/eBook/converter/Symbian OS Explained/J.Stichbury - Symbian OS Explained Effective C++ Programming for Smartphones-5.html


[MAAANY VERY SIMILAR LINES]

file:///tmp/moto/eBook/converter/Symbian OS Explained/J.Stichbury - Symbian OS Explained Effective C++ Programming for Smartphones-394.html
Step 2 of 3: Resolve links
Resolving links...
Step 3 of 3: Convert to destination format
Compressing text...
Generating formatting information...
Compressing text...
Converting images...
Generating formatting information...
Writing destination file...

iSilo
04-16-2006, 02:55 PM
Can you try the immediate prior version, which is 4.3 and which you can download from here (http://www.iSiloX.com/download/dl/iSiloXC430386.zip) to see whether you still get the problem?

rover_orna
04-18-2006, 12:20 AM
Thx, that version is working good for me.