program to understand what is in a css file
what i need to do:
i need to take a rather large css file and understand what each style definition it contains looks like on a page
what i have:
a large style sheet with no documentation
is there a tool that does this already?
otherwise, how would you go about solving this problem (using java)?
[333 byte] By [
mkoryak] at [2007-11-26 12:17:39]

# 3
Definetly no need to code it by yourself. Use some tool. I like(this is no ad, it's just my prefference: TopStyle (google it, light version is free).Is this a java question :-(
# 5
it was asked on the java forums, therefore it is a java questionthanks for you help, ill check out those toolsby 'understand' i mean to see what each style looks like on a page, so that i may use them later, and KNOW which one to use
# 6
> it was asked on the java forums, therefore it is a> java questionHehe> by 'understand' i mean ...Than definetly no need to build own tool. Try TopStyle.Cheers,Adam