<http://forum.pspad.com/read.php?f=2&i=11544&t=11498> 
----------------------------------------------------------------

I have create a VBScript that automates the process of W3C HTML Validation.
It is posted in my online CodeCabinet. 
http://gogogadgetscott.info/computers/cc/snippet.php?sid=56

It requires the GoGoModule found at the link below.
http://gogogadgetscott.info/computers/cc/snippet.php?sid=54

-Save each file to folder .\PSPad\Scrips\vbscripts\
-Select menu Scripts > Recompile scripts
-Open file to validate and/or select text to validate
-Select menu Scripts > Online Tools > W3C Validator

Also note, I added a interface to perfectxml's msxmlTidy as requested by
frank grimes. 
http://forum.pspad.com/read.php?f=2&i=11260&t=11260

This is only a proof of concept. The main problems using this script are
the overhead of connecting to the internet and the security issue of
posting possibly private data to the requested web site. Another possible
solution is to download the perl source (http://validator.w3.org/source/)
and create a activePerl script.

For information on why Tidy often report false errors refer to
arealvalidator's site.
http://arealvalidator.com/real-validation.html

[%sig%]

-- 
PSPad freeware editor http://www.pspad.com

Reply via email to