Link to home
Start Free TrialLog in
Avatar of rajkumarprabhunath
rajkumarprabhunathFlag for India

asked on

Auto correction of a CSS file.

If there is any error in CSS file then how we can automatically correct that in the same file. Please tell me if it is possible in Java.
Avatar of quincydude
quincydude
Flag of Hong Kong image

There are many tools around and you can check your css syntax with this
http://jigsaw.w3.org/css-validator/
Avatar of rajkumarprabhunath

ASKER

thanks for your comment, but I'm looking for a way in which
I can correct the errors by coding.
Suppose I validated a CSS file and I got error at line 2 and
column 17 then in that case how I will correct that error.
I want to implement this by using java.
please tell me if it is possible.
ASKER CERTIFIED SOLUTION
Avatar of quincydude
quincydude
Flag of Hong Kong image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
if there is any java code doing the same. please provide me that.