Camaleón 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
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--