Any reason not to use client-side XSL?? (was: Preferred tool for folding XML into HTML)

Karthik Gurumurthy karthikg at aztec.soft.net
Tue Jan 8 13:04:39 EST 2002


just check out the xmlns:xsl namespace for IE. Am not sure if
it supports http://www.w3.org/1999/XSL/Transform
if it does not recognize the standard namespace, the page will not be
rendered properly on IE.
yes rendering on the server is a better solution
it will work irresepective of the client browser.

karthik.


-----Original Message-----
From: python-list-admin at python.org
[mailto:python-list-admin at python.org]On Behalf Of Russell Turpin
Sent: Tuesday, January 08, 2002 11:05 PM
To: python-list at python.org
Subject: Any reason not to use client-side XSL?? (was: Preferred tool
for folding XML into HTML)


It seems clear that XSL is the way to go. I have heard that
Internet Explorer supports client-side style sheets, i.e.,
your webapp returns the XML with reference to stylesheet,
and IE will retreive the style sheet and apply it on the
client side. I haven't read the details of this yet, but it
seems slick, and raises some other questions:

Wouldn't this be simpler than applying the translation on the
server side?

Is this standard? Do/will other browsers support this?

Are there disadvantages to applying the style sheet
client-side?

My thanks to all, for the useful info!




More information about the Python-list mailing list