Re: escaping escaping

> I am looking for a container-tag or method to display html source without
> manually or dynamically escaping the lt's, gt's, quotes, amps, etc...

You can't really use CSS for this, since CSS is applied to the DOM and you want
to affect the parsing of the source into DOM....

Boris
-- 
"This isn't right.  This isn't even wrong."

                -- Wolfgang Pauli on a paper submitted 
                   by a physicist colleague

Received on Tuesday, 3 December 2002 12:24:10 UTC