Re: MSIE5 Beta 2 + XML

Tim Bray (tbray@textuality.com)
Wed, 14 Oct 1998 17:52:24 -0700


At 08:51 PM 10/14/98 -0400, Frank Boumphrey wrote:
>I am using a simple script and the DOM to transform XML to HTMLon the fly,
>and style it with a CSS style sheet.

You're doing this to achieve effects not available via CSS alone, I
assume? In principle it would be better to do it with XML+CSS alone so
that a programmer could have read/manipulate access to the XML stuff
through the DOM without the transform getting in the way...

One nice thing about your approach is that it works about the
same on client & server. -Tim