xsl-list
[Top] [All Lists]

RE: Is letting the browser transform XML to XHTML using XSLT a good choice?

2006-03-02 10:36:51

So is it a good idea to rely on these three browsers'
XSLT processor to do the transformation, or should I
look into other tools? If yes, what are the tools that
I should consider?

Unless you really need the interactivity that you can get from client-side
transformation, my choice would be to do it server-side. It avoids a lot of
hassle.

And what's the best method of generating PDFs from
these XML files?

Probably depends on the quality you're after. XSL-FO is the best way, but
not necessarily the cheapest (in license costs but more importantly in
skills acquisition costs).

Michael Kay
http://www.saxonica.com/



--~------------------------------------------------------------------
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>
--~--