WebUtils.WDGValidator
index
/var/www/docs/Webware-1.1.1/WebUtils/WDGValidator.py

WDGValidator.py
 
HTML validation using Web Design Group's HTML validator.

 
Modules
       
os

 
Functions
       
StringIO(...)
StringIO([s]) -- Return a StringIO-like stream for reading or writing
encodeWithIndentation(html)
Encode HTML and create indentation from tab characters.
validateHTML(html)
Validate the given html.
 
Validate the input using Web Design Group's HTML validator
available at http://www.htmlhelp.com/tools/validator/
 
Make sure you install the offline validator (called "validate")
which can be called from the command-line.
The "validate" script must be in your path.
 
If no errors are found, an empty string is returned.
Otherwise, the HTML with the error messages is returned.