Tim
writing a CSS parser
PS if anyone knows of a CSS parser for .Net let me know!
I'd rather not use mshtml.
>Why aren't CSS files written in XML?
That's easy--CSS predates XML by a couple of years.
--
a.m. slotnik
The other main reason (or the one they were thinking of at the time) was so
that it could easilly be contained in HTML (or whatever).
Similarly, XPath isn't in a traditional XML type format either (and that was
desigined since XML).