bulia byak wrote:
On 6/22/06, dsign <dignor.sign@...400...> wrote:
By the way, I was looking at the documentation directory in the repos, and it seems to me that java and Saxon are being using to do xsl processing. If that's the case, then there is no way to move the final xsl processing to the browser, not without forcing the final user to a have a lot of tools installed. Anyone can say more about this?
Saxon is required only for creating SVGs because this involves calculating the height of all paragraphs by calling Inkscape on a temporary file via a Java class. But for XML->HTML conversion, any XSLT processor can be used.
Actually, since around JDK1.4, XSLT has been in the core Java classpath: http://java.sun.com/javase/6/docs/api/javax/xml/transform/package-summary.ht... (which might actually -be- Saxon in a wrapper)
So unless Saxon provides some special functionality, this might be an unnecessary lib.
bob