HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: HTTrack Introduces ERRORS in Saved HTML
Author: Xavier Roche
Date: 12/18/2003 19:49
 
> I used HTTrack to save a backup of the website for one of 
> my college classes.  The class is regarding a statistical 
> program called SAS, and the webpage had many examples of 
> SAS code writtin in plain text in the HTML files.
> Upon saving the webpage, I recieved numerious errors like 
> the following example:

The html code is actually malformed:
<pre>
..
  IF meanp <= 8.5 THEN OUTPUT;

The "<=" seems to start a tag. Browsers like IE or Mozilla 
are very tolerent, and "recognize" that this is not a tag.

httrack is stricter, and detects the "fake" DATA property 
in this text segment

The problem is not very easy to solve - I'll try to figure 
out a way.

But the best solution would be to escape the embedded 
text ; using &lt; and &gt; for the characters tags


 
Reply Create subthread


All articles

Subject Author Date
HTTrack Introduces ERRORS in Saved HTML

12/16/2003 22:05
Re: HTTrack Introduces ERRORS in Saved HTML

12/18/2003 19:49




0

Created with FORUM 2.0.11