OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Bad News on IE6 XML Support



Hi XML everywhere,

said:
Client-side XSL?

What are you smoking?

didier replies:
Why not? have you heard of process partitioning?

Here is what a modern server can do:

a) recognize the user agent.

b) For most of the browsers, the server performs XSLT transformations on the
server side. In the case of IE 6 or Mozilla (still work in progress) it
performs the transformation on the client side.

The bottom line is: the server can determine is the user agent support XSLT
or not. If yes, the process can occur at the edge or at the client site.
Otherwise at the server side. As more client support XSLT transformation,
less server load you'll have. Is using a 1 ghz client to perform dummy
rendering a best way to use resources? What about distributed computing 101?

So....

Didier PH Martin