I want to online validate CSS from a java program of mine. 

So with Firefox, I send a piece of CSS text like this: 

http://jigsaw.w3.org/css-validator/validator?text=h2{margin-left:34px;} 

(= Firefox URL) and get an HTML page back, sayinf all is OK.

How would I do that from a Java program with HttpClient ? How can I find
out, how a request is built up , and a response is received ?
All I get now is an HTTP error 500....
what would be the HttpClient definition and what the Request ?
-- 
View this message in context: 
http://old.nabble.com/css-validation-from-Java-tp27078997p27078997.html
Sent from the HttpClient-User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to