Is there an easy way to parse a CSS with Dot Net. I have a site that
generates graphics on the fly using the .Net Drawing Namespace. I therefore
need the ability to read the same stylesheet that the current page is using
to set properties for the images that I create. Currently I have all of
these values hard coded. If this is not possible, the only other alternative
that I can think of is to create an XML doc with mirror values to those that
are in the current CSS.
I have looked everywhere for a DOM to load the CSS into but can't seem to
find one. Any assistance would be greatly appreciated.
Thanks,
Barry