Howto build the W3C CSS Validator on Win32

Hi,

  The attached batch file automatically retrieves the latest W3C CSS
Validator sources and compiles them into a .zip file which could then
by used like

  java -cp validator-snapshot.zip org.w3c.css.css.StyleSheetCom \
    http://www.example.org/

to validate style sheets. In order to work with XML documents you need
to have Xerces (xercesImpl.jar) in your classpath.

regards.
-- 
Björn Höhrmann - http://bjoern.hoehrmann.de - mailto:bjoern@hoehrmann.de

Received on Friday, 9 January 2004 17:28:44 UTC