Subject: RE: what is difference in xalan XSLT processor and and SUN XSLTC compiler ??
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Fri, 9 Feb 2001 17:35:37 -0000
|
> what is difference in xalan XSLT processor and and SUN XSLTC
> compiler ??
They are completely different products. They are both XSLT processors, but
they do the same job in very different ways: Xalan (like nearly all other
XSLT processors) is in effect a stylesheet interpreter while XSLTC is a
stylesheet compiler: it generates Java bytecodes which can be executed
directly by the Java VM.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|