Re: CSS -> older HTML

> You should be able to do this with a fairly simple Perl or JavaScript.
> 
> if you want to do it on the fly then ASP should be able to manage it

Hmm. A fairly simple Perl or javascript ? I think I can understand the
Javascript answer (a document contains a DOM2 code and is
self-modified by that code) but I don't think that a simple Perl pgm
doing the same thing is easy to do.

First you need to parse the HTML (ok, modules already exist), the
parse all the stylesheet, apply the cascade, apply conflict rules with
HTML attributes, use inheritance rules, etc...

The example Zoltan gave is fairly simple but the general case is much
more complex...

</Daniel>

Received on Sunday, 12 September 1999 08:56:22 UTC