public marks

LINK

Coding Horror: HTML Validation: Does It Matter?

by karlcow

The interesting thing to do is to use Validation as a tool and not as a goal. Why my code is invalid? What is the source of errors? Which script, libraries, etc create invalid code?

So basically for me it helps me to create a better framework or script at the source. I don't want to validate every pages, but I want to be sure that the page which are produced are valid. That means I have to create "checking steps" in my code, or to use the appropriate tools. For example using an xml library to replace an element by another more than doing a regex, checking and sanitize the input of forms, etc. etc.

karl on March 7, 2009 07:08 AM

Comments

No comment on this link yet.


PUBLIC TAGS
on this link

framework   html   validation   xml  

BY

karlcow
the 07/03/2009 at 15:10