Batch Wizard doesn't validate all pages

For technical support and bug reports for all editions of CSS HTML Validator, including htmlval for Linux and Mac.
Post Reply
Jensen
Rank 0 - Newcomer
Posts: 3
Joined: Tue Oct 24, 2006 7:25 am

Batch Wizard doesn't validate all pages

Post by Jensen »

Hello,

I tried to validate the website "http://www.aschheim.de" with
the Batch Wizard and it found only three pages.
But there are more than three pages.
I selected "Follow links" and entered the value "-1" into the field
"Depth limit".
It seems to be a problem, that there are subdirectories,
which won't be accessed by the Batch Wizard.
Is there any solution for this problem?

Regards

Jens
User avatar
Albert Wiersch
Site Admin
Posts: 3785
Joined: Sat Dec 11, 2004 9:23 am
Location: Near Dallas, TX
Contact:

Post by Albert Wiersch »

Hi Jens,

I created a quick Batch Wizard target list in v8.00 (what version are you using by the way?) and it found more than 3 links.

Can you send me your Batch Wizard target list? Please email it via attachment to support at htmlvalidator dot com and I'll run it here and see what happens.

Also, please have a look at
https://www.htmlvalidator.com/current/d ... ooting.htm
Last edited by Albert Wiersch on Wed Oct 25, 2006 10:26 am, edited 1 time in total.
Albert Wiersch, CSS HTML Validator Developer • Download CSS HTML Validator FREE Trial
Jensen
Rank 0 - Newcomer
Posts: 3
Joined: Tue Oct 24, 2006 7:25 am

Post by Jensen »

Hello Albert,

I use the evaluation version of "CSE HTML Validator Pro v7.01".
I sent the target list.

Regards

Jens
User avatar
Albert Wiersch
Site Admin
Posts: 3785
Joined: Sat Dec 11, 2004 9:23 am
Location: Near Dallas, TX
Contact:

Post by Albert Wiersch »

Jensen wrote:Hello Albert,

I use the evaluation version of "CSE HTML Validator Pro v7.01".
I sent the target list.

Regards

Jens
Thanks, but it doesn't look like I received it. Can you send it again?
Albert Wiersch, CSS HTML Validator Developer • Download CSS HTML Validator FREE Trial
User avatar
Albert Wiersch
Site Admin
Posts: 3785
Joined: Sat Dec 11, 2004 9:23 am
Location: Near Dallas, TX
Contact:

Post by Albert Wiersch »

Hello,

Thank you. I received the file and ran it with CSE HTML Validator Professional 7.0. The problem appears to be with the index2.html page and line 180:

Code: Select all

<td><a href="./index2.html" onmouseover="CI('pm0','pm0h');return true" onmouseout="CI('pm0','pm0n');return true""><img></a></td>
The problem is the extra quote that is confusing the parser:

Code: Select all

...return true""><img...
If you fix that, then CSE HTML Validator will be better able to extract the links.

Please note that CSE HTML Validator Professional v8.0 is able to, in many cases, detect this extra quote and compensate for it.
Albert Wiersch, CSS HTML Validator Developer • Download CSS HTML Validator FREE Trial
Jensen
Rank 0 - Newcomer
Posts: 3
Joined: Tue Oct 24, 2006 7:25 am

Post by Jensen »

Hello Albert,

thanks for your help.

Regards

Jens
Post Reply