Batch Process W3C's HTML Validator
I've got a whole bunch of files that I want to validate.
Can anyone think of a way of validating them easily?
ie rather than individually selecting them on the W3C page
maybe having a file that I could click that would upload the files automatically?
Do you reckon its feasible?
Anyone have any idea how to do it?
Re: Batch Process W3C's HTML Validator
Quote:
Originally posted by agmorgan
I've got a whole bunch of files that I want to validate.
Can anyone think of a way of validating them easily?
ie rather than individually selecting them on the W3C page
maybe having a file that I could click that would upload the files automatically?
Do you reckon its feasible?
Anyone have any idea how to do it?
Find out what paremeters are passed to the parsing script, and make an application that automatically parses based on your specific file....(assuming you know a programming language that is)