PDA

View Full Version : iSiloXC does not convert every pages on Windows Vista


desdemona162
07-06-2008, 08:30 AM
A PC-local index file was made (as root) for converting,
where some web-links was refering an online weekly newspaper site.

With <MaximumDepth value="2"/> the first web-pages were converted,
with value "3" the web-links on the previously converted pages should
mark the next "generation" of pages to be converted.

It is true in Windows XP, but unfortunately not true in Vista, not even with
value "4", ...

See the attached files (root html page and ixl)

Thanks

iSilo
07-31-2008, 08:20 PM
In your .ixl file, you are not specifying the MaximumOffsiteDepth under LinkOptions. Thus, it defaults to a maximum offsite depth of one and thus only gets the first level of pages specified in your local HTML file. So in your case, you should add <MaximumOffsiteDepth value="3"/>. Please try that.

desdemona162
08-02-2008, 02:55 PM
This setup was suffucient,
in case somebody needs it:

<MaximumDepth value="2"/>
<MaximumOffsiteDepth value="2"/>

Thank you again, ...