Re: [xsl] Compatibility question

Subject: Re: [xsl] Compatibility question
From: Emmanouil Batsis <Emmanouil.Batsis@xxxxxxxxxxx>
Date: Mon, 11 Apr 2005 18:26:22 +0300
Camalesn wrote:

Hello,

Just a simple question:

Is there any way to use a client-side solution (i.e. JavaScript) to
work with XML and XSL(T) and get data available and visible in all
browsers (I mean: Mozilla, Firefox, Netscape, Internet Explorer,
Opera, Safari, Konqueror, etc.)?


One choice is to handle all transformations on the server. Bad choice, but it's better than shutting out browsers by choosing the other end and always transform on the client.


The best choice is to design your code in such a way as to combine client with server side support to get the best of both worlds. You can find such an example at "Sarissa to the rescue" [1], near the end of the article.

[1] http://www.xml.com/pub/a/2005/02/23/sarissa.html

Manos

Current Thread