On Wed, 2007-06-13 at 13:00 +0200, Markus Schönhaber wrote: > > Another comment targeted @ the OP: IMO XSL transformations should be > done on the server side, not on the client side. Doing it on the client > side may be OK if you have a very specific user base and you can be sure > that their clients support XSLT. If you target a more general audience, > you'll propably exclude some potential users because their clients won't > apply the stylesheet. For example, my konqueror doesn't - and since > AFAIR Safari is based on the same foundation as konqueror, it propably > won't either.
I don't know about konqueror, but Safari supports it. Safari does not have an interface to apply transformations with JS, however. And Opera does not support the document function. Though I tend not to like using a PI in the source XML to trigger the transform (can't cache the processor object, tying the style to the source, etc...), it is a widely supported and easy way to go. If konqueror can't do it, it is probably the only 'modern' browser that doesn't. best, -Rob --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]